DBA Data[Home] [Help]

APPS.ASO_SOURCING_PVT dependencies on HZ_PARTIES

Line 521: FROM hz_cust_accounts accts ,hz_parties party

517: BEGIN
518:
519: SELECT gsa_indicator_flag
520: INTO x_gsa
521: FROM hz_cust_accounts accts ,hz_parties party
522: WHERE accts.party_id=party.party_id
523: AND cust_account_id = p_cust_account_id;
524:
525: RETURN x_gsa;