DBA Data[Home] [Help]

APPS.CSD_GEN_UTILITY_PVT dependencies on HZ_CONTACT_POINT_V2PUB

Line 59: p_phone_rec IN HZ_CONTACT_POINT_V2PUB.phone_rec_type

55: p_cust_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type
56: );
57:
58: PROCEDURE dump_hz_phone_rec (
59: p_phone_rec IN HZ_CONTACT_POINT_V2PUB.phone_rec_type
60: );
61:
62: PROCEDURE dump_hz_email_rec (
63: p_email_rec IN HZ_CONTACT_POINT_V2PUB.email_rec_type

Line 63: p_email_rec IN HZ_CONTACT_POINT_V2PUB.email_rec_type

59: p_phone_rec IN HZ_CONTACT_POINT_V2PUB.phone_rec_type
60: );
61:
62: PROCEDURE dump_hz_email_rec (
63: p_email_rec IN HZ_CONTACT_POINT_V2PUB.email_rec_type
64: );
65:
66: PROCEDURE dump_hz_web_rec (
67: p_web_rec IN HZ_CONTACT_POINT_V2PUB.web_rec_type

Line 67: p_web_rec IN HZ_CONTACT_POINT_V2PUB.web_rec_type

63: p_email_rec IN HZ_CONTACT_POINT_V2PUB.email_rec_type
64: );
65:
66: PROCEDURE dump_hz_web_rec (
67: p_web_rec IN HZ_CONTACT_POINT_V2PUB.web_rec_type
68: );
69:
70: PROCEDURE dump_address_rec (
71: p_addr_rec IN CSD_PROCESS_PVT.address_rec_type