DBA Data[Home] [Help]

APPS.ASO_ORDER_INT dependencies on HZ_CUST_ACCOUNTS

Line 3402: FROM hz_cust_accounts

3398: IS
3399:
3400: CURSOR C_get_cust_id_from_party_id(l_Party_Id NUMBER) IS
3401: SELECT cust_account_id
3402: FROM hz_cust_accounts
3403: WHERE party_id = l_Party_Id
3404: and status = 'A';
3405:
3406: count NUMBER := 0;