DBA Data[Home] [Help]

APPS.WSH_SITE_CONTACT_PERSON_PKG dependencies on HZ_PARTY_V2PUB

Line 60: l_per_rec HZ_PARTY_V2PUB.person_rec_type;

56: ---------------------------------------------
57: -- Declarations for Party 'PERSON' Creation.
58: ---------------------------------------------
59:
60: l_per_rec HZ_PARTY_V2PUB.person_rec_type;
61: l_person_party_id number;
62:
63: l_rel_rec_type HZ_RELATIONSHIP_V2PUB.RELATIONSHIP_REC_TYPE;
64: l_ocon_rec HZ_PARTY_CONTACT_V2PUB.ORG_CONTACT_REC_TYPE;

Line 131: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit HZ_PARTY_V2PUB.Create_Person',WSH_DEBUG_SV.C_PROC_LEVEL);

127: --
128: -- Debug Statements
129: --
130: IF l_debug_on THEN
131: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit HZ_PARTY_V2PUB.Create_Person',WSH_DEBUG_SV.C_PROC_LEVEL);
132: END IF;
133: --
134: -- Set the Autogenerate Party Number to 'Yes'.
135: -- Bug 7391414 Setting the profile option 'HZ GENERATE PARTY NUMBER' to Yes if it is No or Null

Line 147: HZ_PARTY_V2PUB.Create_Person

143: fnd_profile.put('HZ_GENERATE_PARTY_NUMBER','Y');
144: l_hz_profile_set := true;
145: END IF;
146:
147: HZ_PARTY_V2PUB.Create_Person
148: (
149: p_init_msg_list => FND_API.G_TRUE,
150: p_person_rec => l_per_rec,
151: x_party_id => l_person_party_id,

Line 326: l_person_rec HZ_PARTY_V2PUB.person_rec_type;

322: X_SQL_CODE OUT NOCOPY VARCHAR2 )
323:
324: IS
325:
326: l_person_rec HZ_PARTY_V2PUB.person_rec_type;
327: l_ocon_rec HZ_PARTY_CONTACT_V2PUB.ORG_CONTACT_REC_TYPE;
328: l_contact_points_rec_type hz_contact_point_v2pub.contact_point_rec_type;
329: l_email_rec_type hz_contact_point_v2pub.email_rec_type;
330:

Line 425: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit HZ_PARTY_V2PUB.Update_Person',WSH_DEBUG_SV.C_PROC_LEVEL);

421: --
422: -- Debug Statements
423: --
424: IF l_debug_on THEN
425: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit HZ_PARTY_V2PUB.Update_Person',WSH_DEBUG_SV.C_PROC_LEVEL);
426: END IF;
427: --
428:
429: HZ_PARTY_V2PUB.Update_Person

Line 429: HZ_PARTY_V2PUB.Update_Person

425: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit HZ_PARTY_V2PUB.Update_Person',WSH_DEBUG_SV.C_PROC_LEVEL);
426: END IF;
427: --
428:
429: HZ_PARTY_V2PUB.Update_Person
430: (
431: p_init_msg_list => FND_API.G_TRUE,
432: p_person_rec => l_person_rec,
433: p_party_object_version_number => l_object_version_number,