DBA Data[Home] [Help]

APPS.AMS_SCRIPTING_PUB dependencies on HZ_PARTY_V2PUB

Line 46: partyRec hz_party_v2pub.party_rec_type;

42: L_API_VERSION_NUMBER CONSTANT NUMBER := 1.0;
43:
44:
45:
46: partyRec hz_party_v2pub.party_rec_type;
47: organisationRec hz_party_v2pub.organization_rec_type;
48: personRec hz_party_v2pub.person_rec_type;
49: locationRec hz_location_v2pub.location_rec_type;
50: partySiteRec hz_party_site_v2pub.party_site_rec_type;

Line 47: organisationRec hz_party_v2pub.organization_rec_type;

43:
44:
45:
46: partyRec hz_party_v2pub.party_rec_type;
47: organisationRec hz_party_v2pub.organization_rec_type;
48: personRec hz_party_v2pub.person_rec_type;
49: locationRec hz_location_v2pub.location_rec_type;
50: partySiteRec hz_party_site_v2pub.party_site_rec_type;
51: partySiteUseRec hz_party_site_v2pub.party_site_use_rec_type;

Line 48: personRec hz_party_v2pub.person_rec_type;

44:
45:
46: partyRec hz_party_v2pub.party_rec_type;
47: organisationRec hz_party_v2pub.organization_rec_type;
48: personRec hz_party_v2pub.person_rec_type;
49: locationRec hz_location_v2pub.location_rec_type;
50: partySiteRec hz_party_site_v2pub.party_site_rec_type;
51: partySiteUseRec hz_party_site_v2pub.party_site_use_rec_type;
52: contactPointRec hz_contact_point_v2pub.contact_point_rec_type;

Line 257: l_personRec hz_party_v2pub.person_rec_type;

253:
254: L_API_NAME CONSTANT VARCHAR2(30) := 'Update_Person_Profile';
255: L_API_VERSION_NUMBER CONSTANT NUMBER := 1.0;
256:
257: l_personRec hz_party_v2pub.person_rec_type;
258: l_partyRec hz_party_v2pub.party_rec_type;
259:
260:
261: BEGIN

Line 258: l_partyRec hz_party_v2pub.party_rec_type;

254: L_API_NAME CONSTANT VARCHAR2(30) := 'Update_Person_Profile';
255: L_API_VERSION_NUMBER CONSTANT NUMBER := 1.0;
256:
257: l_personRec hz_party_v2pub.person_rec_type;
258: l_partyRec hz_party_v2pub.party_rec_type;
259:
260:
261: BEGIN
262: -- Standard Start of API savepoint

Line 321: AMS_UTILITY_PVT.debug_message( 'Public API: Calling HZ_PARTY_V2PUB.UPDATE_PERSON');

317: RAISE FND_API.G_EXC_ERROR;
318: END IF;
319:
320: -- Debug Message
321: AMS_UTILITY_PVT.debug_message( 'Public API: Calling HZ_PARTY_V2PUB.UPDATE_PERSON');
322: ---------------------------------------------------------------------------------
323:
324: hz_party_v2pub.update_person (
325: p_init_msg_list => p_init_msg_list,

Line 324: hz_party_v2pub.update_person (

320: -- Debug Message
321: AMS_UTILITY_PVT.debug_message( 'Public API: Calling HZ_PARTY_V2PUB.UPDATE_PERSON');
322: ---------------------------------------------------------------------------------
323:
324: hz_party_v2pub.update_person (
325: p_init_msg_list => p_init_msg_list,
326: p_person_rec => l_personRec,
327: p_party_object_version_number => p_party_object_version_number,
328: x_profile_id => p_profile_id,