DBA Data[Home] [Help]

APPS.IBE_CUSTOMER_ACCT_PVT dependencies on HZ_CUST_ACCOUNTS

Line 1476: from hz_parties a, hz_cust_accounts b

1472: lc_cust_acct_det c_cust_acct_det%rowtype;
1473:
1474: CURSOR c_customer_details(lc_cust_acct_id NUMBER) IS
1475: select a.party_id, a.party_name,a.party_type
1476: from hz_parties a, hz_cust_accounts b
1477: where b.party_id = a.party_id
1478: and b.cust_account_id = lc_cust_acct_id;
1479:
1480: lc_customer_details c_customer_details%rowtype;