DBA Data[Home] [Help]

APPS.ARP_CMERGE_ARCUS dependencies on HZ_CONTACT_POINT_V2PUB

Line 4104: l_contact_point_rec hz_contact_point_v2pub.contact_point_rec_type;

4100:
4101: l_contact_point_id NUMBER;
4102:
4103: ----Bug:2098728 Changing to V2
4104: l_contact_point_rec hz_contact_point_v2pub.contact_point_rec_type;
4105: l_edi_rec hz_contact_point_v2pub.edi_rec_type;
4106: l_eft_rec hz_contact_point_v2pub.eft_rec_type;
4107: l_email_rec hz_contact_point_v2pub.email_rec_type;
4108: l_phone_rec hz_contact_point_v2pub.phone_rec_type;

Line 4105: l_edi_rec hz_contact_point_v2pub.edi_rec_type;

4101: l_contact_point_id NUMBER;
4102:
4103: ----Bug:2098728 Changing to V2
4104: l_contact_point_rec hz_contact_point_v2pub.contact_point_rec_type;
4105: l_edi_rec hz_contact_point_v2pub.edi_rec_type;
4106: l_eft_rec hz_contact_point_v2pub.eft_rec_type;
4107: l_email_rec hz_contact_point_v2pub.email_rec_type;
4108: l_phone_rec hz_contact_point_v2pub.phone_rec_type;
4109: l_telex_rec hz_contact_point_v2pub.telex_rec_type;

Line 4106: l_eft_rec hz_contact_point_v2pub.eft_rec_type;

4102:
4103: ----Bug:2098728 Changing to V2
4104: l_contact_point_rec hz_contact_point_v2pub.contact_point_rec_type;
4105: l_edi_rec hz_contact_point_v2pub.edi_rec_type;
4106: l_eft_rec hz_contact_point_v2pub.eft_rec_type;
4107: l_email_rec hz_contact_point_v2pub.email_rec_type;
4108: l_phone_rec hz_contact_point_v2pub.phone_rec_type;
4109: l_telex_rec hz_contact_point_v2pub.telex_rec_type;
4110: l_web_rec hz_contact_point_v2pub.web_rec_type;

Line 4107: l_email_rec hz_contact_point_v2pub.email_rec_type;

4103: ----Bug:2098728 Changing to V2
4104: l_contact_point_rec hz_contact_point_v2pub.contact_point_rec_type;
4105: l_edi_rec hz_contact_point_v2pub.edi_rec_type;
4106: l_eft_rec hz_contact_point_v2pub.eft_rec_type;
4107: l_email_rec hz_contact_point_v2pub.email_rec_type;
4108: l_phone_rec hz_contact_point_v2pub.phone_rec_type;
4109: l_telex_rec hz_contact_point_v2pub.telex_rec_type;
4110: l_web_rec hz_contact_point_v2pub.web_rec_type;
4111:

Line 4108: l_phone_rec hz_contact_point_v2pub.phone_rec_type;

4104: l_contact_point_rec hz_contact_point_v2pub.contact_point_rec_type;
4105: l_edi_rec hz_contact_point_v2pub.edi_rec_type;
4106: l_eft_rec hz_contact_point_v2pub.eft_rec_type;
4107: l_email_rec hz_contact_point_v2pub.email_rec_type;
4108: l_phone_rec hz_contact_point_v2pub.phone_rec_type;
4109: l_telex_rec hz_contact_point_v2pub.telex_rec_type;
4110: l_web_rec hz_contact_point_v2pub.web_rec_type;
4111:
4112: --error message handling.

Line 4109: l_telex_rec hz_contact_point_v2pub.telex_rec_type;

4105: l_edi_rec hz_contact_point_v2pub.edi_rec_type;
4106: l_eft_rec hz_contact_point_v2pub.eft_rec_type;
4107: l_email_rec hz_contact_point_v2pub.email_rec_type;
4108: l_phone_rec hz_contact_point_v2pub.phone_rec_type;
4109: l_telex_rec hz_contact_point_v2pub.telex_rec_type;
4110: l_web_rec hz_contact_point_v2pub.web_rec_type;
4111:
4112: --error message handling.
4113: x_contact_point_id NUMBER;

Line 4110: l_web_rec hz_contact_point_v2pub.web_rec_type;

4106: l_eft_rec hz_contact_point_v2pub.eft_rec_type;
4107: l_email_rec hz_contact_point_v2pub.email_rec_type;
4108: l_phone_rec hz_contact_point_v2pub.phone_rec_type;
4109: l_telex_rec hz_contact_point_v2pub.telex_rec_type;
4110: l_web_rec hz_contact_point_v2pub.web_rec_type;
4111:
4112: --error message handling.
4113: x_contact_point_id NUMBER;
4114: x_msg_count NUMBER := 0;