DBA Data[Home] [Help]

APPS.AR_OBALREV_PKG dependencies on HZ_CUST_ACCOUNTS

Line 56: ,hz_cust_accounts hca

52: THEN
53: SELECT hp.party_name
54: INTO gc_customer_name
55: FROM hz_parties hp
56: ,hz_cust_accounts hca
57: WHERE hca.party_id = hp.party_id
58: AND hca.account_number = P_CUSTOMER;
59: ELSE
60: gc_customer_name:=NULL;