DBA Data[Home] [Help]

APPS.PER_CONTACT_RELATIONSHIPS_PKG dependencies on PER_CONTACT_RELATIONSHIPS_PKG

Line 1: PACKAGE BODY PER_CONTACT_RELATIONSHIPS_PKG AS

1: PACKAGE BODY PER_CONTACT_RELATIONSHIPS_PKG AS
2: /* $Header: pecon01t.pkb 120.8.12010000.3 2009/04/09 13:39:34 pchowdav ship $ */
3: /*---------------------------------------------------------------------------
4: --
5: Change List

Line 3136: hr_utility.set_location('per_contact_relationships_pkg.update_contact',1);

3132: -- i.e. check whether the Contact Only flag = 'Y' and if it is then
3133: -- check that the actual values have changed on the person record
3134: -- for the current person record
3135: --
3136: hr_utility.set_location('per_contact_relationships_pkg.update_contact',1);
3137: IF X_Contact_Only = 'Y' THEN
3138: -- bug fix 4281500 starts here --
3139: -- check if there exist a reslationship record with end date
3140: -- earlier than new DOB.

Line 3189: PER_CONTACT_RELATIONSHIPS_PKG.Update_Row(

3185: if x_date_of_birth is not null then
3186: for rel_rec in csr_rel
3187: loop
3188: --
3189: PER_CONTACT_RELATIONSHIPS_PKG.Update_Row(
3190: X_Rowid => rel_rec.Row_Id,
3191: X_Contact_Relationship_Id=> rel_rec.Contact_Relationship_Id,
3192: X_Business_Group_Id => rel_rec.Business_Group_Id,
3193: X_Person_Id => rel_rec.Person_Id,

Line 3270: END PER_CONTACT_RELATIONSHIPS_PKG;

3266: END IF;*/-- fix for bug 4763755.
3267:
3268: END Update_Contact;
3269:
3270: END PER_CONTACT_RELATIONSHIPS_PKG;