DBA Data[Home] [Help]

APPS.IBE_CUSTOMER_ACCT_PVT dependencies on HZ_CUST_ACCOUNTS

Line 1473: from hz_parties a, hz_cust_accounts b

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