DBA Data[Home] [Help]

APPS.PV_PARTNER_ATTR_LOAD_PUB dependencies on HZ_CUST_ACCOUNTS

Line 735: hz_cust_accounts

731: CURSOR l_check_acct_exists(cv_party_id IN NUMBER) is
732: SELECT
733: 'Y'
734: from
735: hz_cust_accounts
736: where
737: party_id = cv_party_id and
738: status = 'A';
739: