DBA Data[Home] [Help]

APPS.CSD_GEN_UTILITY_PVT dependencies on HZ_CUSTOMER_PROFILE_V2PUB

Line 794: p_cust_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type

790:
791:
792:
793: PROCEDURE dump_hz_cust_profile_rec (
794: p_cust_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type
795: )
796: IS
797: BEGIN
798: csd_gen_utility_pvt.add('HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type');

Line 798: csd_gen_utility_pvt.add('HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type');

794: p_cust_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type
795: )
796: IS
797: BEGIN
798: csd_gen_utility_pvt.add('HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type');
799: csd_gen_utility_pvt.add('cust_account_profile_id :'||p_cust_profile_rec.cust_account_profile_id);
800: csd_gen_utility_pvt.add('cust_account_id :'||p_cust_profile_rec.cust_account_id);
801: csd_gen_utility_pvt.add('status :'||p_cust_profile_rec.status);
802: csd_gen_utility_pvt.add('collector_id :'||p_cust_profile_rec.collector_id);