DBA Data[Home] [Help]

APPS.ARP_CMERGE_ARCUS dependencies on HZ_CONTACT_POINT_V2PUB

Line 3796: l_contact_point_rec hz_contact_point_v2pub.contact_point_rec_type;

3792:
3793: l_contact_point_id NUMBER;
3794:
3795: ----Bug:2098728 Changing to V2
3796: l_contact_point_rec hz_contact_point_v2pub.contact_point_rec_type;
3797: l_edi_rec hz_contact_point_v2pub.edi_rec_type;
3798: l_eft_rec hz_contact_point_v2pub.eft_rec_type;
3799: l_email_rec hz_contact_point_v2pub.email_rec_type;
3800: l_phone_rec hz_contact_point_v2pub.phone_rec_type;

Line 3797: l_edi_rec hz_contact_point_v2pub.edi_rec_type;

3793: l_contact_point_id NUMBER;
3794:
3795: ----Bug:2098728 Changing to V2
3796: l_contact_point_rec hz_contact_point_v2pub.contact_point_rec_type;
3797: l_edi_rec hz_contact_point_v2pub.edi_rec_type;
3798: l_eft_rec hz_contact_point_v2pub.eft_rec_type;
3799: l_email_rec hz_contact_point_v2pub.email_rec_type;
3800: l_phone_rec hz_contact_point_v2pub.phone_rec_type;
3801: l_telex_rec hz_contact_point_v2pub.telex_rec_type;

Line 3798: l_eft_rec hz_contact_point_v2pub.eft_rec_type;

3794:
3795: ----Bug:2098728 Changing to V2
3796: l_contact_point_rec hz_contact_point_v2pub.contact_point_rec_type;
3797: l_edi_rec hz_contact_point_v2pub.edi_rec_type;
3798: l_eft_rec hz_contact_point_v2pub.eft_rec_type;
3799: l_email_rec hz_contact_point_v2pub.email_rec_type;
3800: l_phone_rec hz_contact_point_v2pub.phone_rec_type;
3801: l_telex_rec hz_contact_point_v2pub.telex_rec_type;
3802: l_web_rec hz_contact_point_v2pub.web_rec_type;

Line 3799: l_email_rec hz_contact_point_v2pub.email_rec_type;

3795: ----Bug:2098728 Changing to V2
3796: l_contact_point_rec hz_contact_point_v2pub.contact_point_rec_type;
3797: l_edi_rec hz_contact_point_v2pub.edi_rec_type;
3798: l_eft_rec hz_contact_point_v2pub.eft_rec_type;
3799: l_email_rec hz_contact_point_v2pub.email_rec_type;
3800: l_phone_rec hz_contact_point_v2pub.phone_rec_type;
3801: l_telex_rec hz_contact_point_v2pub.telex_rec_type;
3802: l_web_rec hz_contact_point_v2pub.web_rec_type;
3803:

Line 3800: l_phone_rec hz_contact_point_v2pub.phone_rec_type;

3796: l_contact_point_rec hz_contact_point_v2pub.contact_point_rec_type;
3797: l_edi_rec hz_contact_point_v2pub.edi_rec_type;
3798: l_eft_rec hz_contact_point_v2pub.eft_rec_type;
3799: l_email_rec hz_contact_point_v2pub.email_rec_type;
3800: l_phone_rec hz_contact_point_v2pub.phone_rec_type;
3801: l_telex_rec hz_contact_point_v2pub.telex_rec_type;
3802: l_web_rec hz_contact_point_v2pub.web_rec_type;
3803:
3804: --error message handling.

Line 3801: l_telex_rec hz_contact_point_v2pub.telex_rec_type;

3797: l_edi_rec hz_contact_point_v2pub.edi_rec_type;
3798: l_eft_rec hz_contact_point_v2pub.eft_rec_type;
3799: l_email_rec hz_contact_point_v2pub.email_rec_type;
3800: l_phone_rec hz_contact_point_v2pub.phone_rec_type;
3801: l_telex_rec hz_contact_point_v2pub.telex_rec_type;
3802: l_web_rec hz_contact_point_v2pub.web_rec_type;
3803:
3804: --error message handling.
3805: x_contact_point_id NUMBER;

Line 3802: l_web_rec hz_contact_point_v2pub.web_rec_type;

3798: l_eft_rec hz_contact_point_v2pub.eft_rec_type;
3799: l_email_rec hz_contact_point_v2pub.email_rec_type;
3800: l_phone_rec hz_contact_point_v2pub.phone_rec_type;
3801: l_telex_rec hz_contact_point_v2pub.telex_rec_type;
3802: l_web_rec hz_contact_point_v2pub.web_rec_type;
3803:
3804: --error message handling.
3805: x_contact_point_id NUMBER;
3806: x_msg_count NUMBER := 0;