DBA Data[Home] [Help]

APPS.IBE_PRICE_PVT dependencies on HZ_CUST_ACCOUNTS

Line 2114: FROM hz_cust_accounts

2110: l_organization_id NUMBER := -9999;
2111: l_operating_unit NUMBER;
2112: CURSOR get_party_id_cur(l_cust_account_id NUMBER) IS
2113: SELECT party_id
2114: FROM hz_cust_accounts
2115: WHERE cust_account_id = l_cust_account_id;
2116:
2117: CURSOR get_organization_id_cur(l_operating_unit NUMBER) IS
2118: SELECT master_organization_id