DBA Data[Home] [Help]

APPS.AR_BILLS_CREATION_VAL_PVT dependencies on HZ_CUST_ACCOUNTS

Line 353: FROM HZ_CUST_ACCOUNTS

349:
350: /* modified for tca uptake */
351: SELECT 'Y'
352: INTO l_drawee_valid
353: FROM HZ_CUST_ACCOUNTS
354: WHERE cust_account_id = p_drawee_id;
355:
356: IF PG_DEBUG in ('Y', 'C') THEN
357: arp_util.debug('AR_BILLS_CREATION_VAL_PVT.Validate_Drawee ()-');