SELECT *
FROM (SELECT hp.party_number,
hp.party_name,
hp.status,
DECODE (NVL (hpu.party_usage_code, hp.party_type),
'ORGANIZATION', 'CUSTOMER',
NVL (hpu.party_usage_code, hp.party_type))
party_type
FROM hz_party_usg_assignments hpu, hz_parties hp
WHERE hp.party_id = hpu.party_id(+))
ORDER BY party_type;
FROM (SELECT hp.party_number,
hp.party_name,
hp.status,
DECODE (NVL (hpu.party_usage_code, hp.party_type),
'ORGANIZATION', 'CUSTOMER',
NVL (hpu.party_usage_code, hp.party_type))
party_type
FROM hz_party_usg_assignments hpu, hz_parties hp
WHERE hp.party_id = hpu.party_id(+))
ORDER BY party_type;
👋 Hi, I'm Suriya — QA Engineer with 4+ years of experience in manual, API & automation testing.
📬 Contact Me | LinkedIn | GitHub
📌 Follow for: Real-Time Test Cases, Bug Reports, Selenium Frameworks.
No comments:
Post a Comment