DBA Data[Home] [Help]

APPS.AR_RAXINVPR_XMLP_PKG dependencies on HZ_CUST_ACCOUNTS

Line 135: from hz_cust_accounts cust,

131: if p_customer_id is not null then
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: