DBA Data[Home] [Help]

APPS.ASO_ORDER_INT dependencies on HZ_CUST_ACCOUNTS

Line 3236: FROM hz_cust_accounts

3232: IS
3233:
3234: CURSOR C_get_cust_id_from_party_id(l_Party_Id NUMBER) IS
3235: SELECT cust_account_id
3236: FROM hz_cust_accounts
3237: WHERE party_id = l_Party_Id
3238: and status = 'A';
3239:
3240: count NUMBER := 0;