DBA Data[Home] [Help]

APPS.PV_PTR_MEMBER_TYPE_PVT dependencies on DUAL

Line 1190: select 1 from dual where exists

1186: )RETURN VARCHAR2
1187: IS
1188:
1189: cursor cv_validate_global_orgzn(cv_orgzn_number VARCHAR2) IS
1190: select 1 from dual where exists
1191: (select 1 from hz_parties hzp, pv_partner_profiles pvpp, pv_enty_attr_values pvev
1192: where hzp.party_number= cv_orgzn_number
1193: and hzp.party_id = pvpp.partner_party_id
1194: and pvpp.status = 'A'