DBA Data[Home] [Help]

APPS.CSD_GEN_UTILITY_PVT dependencies on HZ_CONTACT_POINT_V2PUB

Line 894: p_phone_rec IN HZ_CONTACT_POINT_V2PUB.phone_rec_type

890:
891:
892:
893: PROCEDURE dump_hz_phone_rec (
894: p_phone_rec IN HZ_CONTACT_POINT_V2PUB.phone_rec_type
895: )
896: IS
897: BEGIN
898: csd_gen_utility_pvt.add('HZ_CONTACT_POINT_V2PUB.phone_rec_type');

Line 898: csd_gen_utility_pvt.add('HZ_CONTACT_POINT_V2PUB.phone_rec_type');

894: p_phone_rec IN HZ_CONTACT_POINT_V2PUB.phone_rec_type
895: )
896: IS
897: BEGIN
898: csd_gen_utility_pvt.add('HZ_CONTACT_POINT_V2PUB.phone_rec_type');
899: csd_gen_utility_pvt.add('phone_calling_calendar :'||p_phone_rec.phone_calling_calendar);
900: csd_gen_utility_pvt.add('last_contact_dt_time :'||p_phone_rec.last_contact_dt_time);
901: csd_gen_utility_pvt.add('timezone_id :'||p_phone_rec.timezone_id);
902: csd_gen_utility_pvt.add('phone_area_code :'||p_phone_rec.phone_area_code);

Line 913: p_email_rec IN HZ_CONTACT_POINT_V2PUB.email_rec_type

909:
910:
911:
912: PROCEDURE dump_hz_email_rec (
913: p_email_rec IN HZ_CONTACT_POINT_V2PUB.email_rec_type
914: )
915: IS
916: BEGIN
917: csd_gen_utility_pvt.add('HZ_CONTACT_POINT_PUB.email_rec_type');

Line 925: p_web_rec IN HZ_CONTACT_POINT_V2PUB.web_rec_type

921:
922:
923:
924: PROCEDURE dump_hz_web_rec (
925: p_web_rec IN HZ_CONTACT_POINT_V2PUB.web_rec_type
926: )
927: IS
928: BEGIN
929: csd_gen_utility_pvt.add('HZ_CONTACT_POINT_PUB.web_rec_type');