DBA Data[Home] [Help]

APPS.CSD_GEN_UTILITY_PVT dependencies on HZ_CUST_ACCOUNT_V2PUB

Line 685: p_account_rec IN HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type

681:
682:
683:
684: PROCEDURE dump_hz_acct_rec (
685: p_account_rec IN HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type
686: )
687: IS
688: BEGIN
689: csd_gen_utility_pvt.add('HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type');

Line 689: csd_gen_utility_pvt.add('HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type');

685: p_account_rec IN HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type
686: )
687: IS
688: BEGIN
689: csd_gen_utility_pvt.add('HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type');
690: csd_gen_utility_pvt.add('cust_account_id :'||p_account_rec.cust_account_id);
691: csd_gen_utility_pvt.add('account_number :'||p_account_rec.account_number);
692: csd_gen_utility_pvt.add('attribute_category :'||p_account_rec.attribute_category);
693: csd_gen_utility_pvt.add('attribute1 :'||p_account_rec.attribute1);