DBA Data[Home] [Help]

APPS.AR_BILLS_CREATION_VAL_PVT dependencies on HZ_CUST_ACCOUNTS

Line 355: FROM HZ_CUST_ACCOUNTS

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