DBA Data[Home] [Help]

APPS.QP_VALIDATE_QUALIFIERS dependencies on HZ_CUST_ACCOUNTS

Line 839: from hz_cust_accounts cust_acct,hz_parties party

835:
836: oe_debug_pub.add('GSA = Y');
837: select decode(party.party_type,'ORGANIZATION',party.gsa_indicator_flag,'N')
838: into l_customer_gsa_indicator
839: from hz_cust_accounts cust_acct,hz_parties party
840: where cust_acct.party_id = party.party_id and
841: cust_acct.cust_account_id = to_number(p_QUALIFIERS_rec.qualifier_attr_value);
842:
843: IF SQL%NOTFOUND