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.1 2008/07/28 04:24:03 appldev ship $ */
3: /*---------------------------------------------------------------------------
4: --
5: Change List

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

3122: -- i.e. check whether the Contact Only flag = 'Y' and if it is then
3123: -- check that the actual values have changed on the person record
3124: -- for the current person record
3125: --
3126: hr_utility.set_location('per_contact_relationships_pkg.update_contact',1);
3127: IF X_Contact_Only = 'Y' THEN
3128: -- bug fix 4281500 starts here --
3129: -- check if there exist a reslationship record with end date
3130: -- earlier than new DOB.

Line 3179: PER_CONTACT_RELATIONSHIPS_PKG.Update_Row(

3175: if x_date_of_birth is not null then
3176: for rel_rec in csr_rel
3177: loop
3178: --
3179: PER_CONTACT_RELATIONSHIPS_PKG.Update_Row(
3180: X_Rowid => rel_rec.Row_Id,
3181: X_Contact_Relationship_Id=> rel_rec.Contact_Relationship_Id,
3182: X_Business_Group_Id => rel_rec.Business_Group_Id,
3183: X_Person_Id => rel_rec.Person_Id,

Line 3260: END PER_CONTACT_RELATIONSHIPS_PKG;

3256: END IF;*/-- fix for bug 4763755.
3257:
3258: END Update_Contact;
3259:
3260: END PER_CONTACT_RELATIONSHIPS_PKG;