DBA Data[Home] [Help]

APPS.AR_RAXINVPR_XMLP_PKG dependencies on HZ_PARTIES

Line 136: hz_parties party

132: select substrb(party.party_name,1,50)
133: --into customer_id
134: into customer_id_t
135: from hz_cust_accounts cust,
136: hz_parties party
137: where cust.cust_account_id = p_customer_id
138: and cust.party_id = party.party_id;
139:
140: --customer_id := customer_id;