DBA Data[Home] [Help]

APPS.PV_PARTNER_ACCNT_MGMT_PVT dependencies on HZ_CUST_ACCOUNTS

Line 859: FROM hz_cust_accounts

855: IS
856:
857: CURSOR C_get_partner_accnt_id(l_Party_Id NUMBER) IS
858: SELECT cust_account_id
859: FROM hz_cust_accounts
860: WHERE party_id = l_Party_Id
861: and status = 'A';
862:
863: l_msg_count number;