DBA Data[Home] [Help]

APPS.HR_PROCESS_CONTACT_SS dependencies on PER_CONTACT_RELATIONSHIPS_PKG

Line 12617: PER_CONTACT_RELATIONSHIPS_PKG.Update_Row is called as core HR team is use it for the same pourpose.

12613: if l_start_contact_date > l_date_sart then
12614: /***********************************************************************************************
12615: hr_contact_rel_api.delete_contact_relationship method is commented out as this method
12616: did not support when contact is only one, i.e, it is not dual maintained. So from now
12617: PER_CONTACT_RELATIONSHIPS_PKG.Update_Row is called as core HR team is use it for the same pourpose.
12618: This row handler makes all necessary changes of the per_all_people_f and per_contact_relationships table
12619: One new check is add here with the help of the variable of skip_contact_create_flg
12620: This is, do not create a contact if already did so with this row handler method and has not set
12621: the end date of that row

Line 12643: hr_utility.set_location('before call PER_CONTACT_RELATIONSHIPS_PKG.Update_Row:X_Contact_Relationship_Id:' || l_CONTACT_RELATIONSHIP_ID_1 , 5);

12639: into p_rowid
12640: from per_contact_relationships
12641: where CONTACT_RELATIONSHIP_ID = l_CONTACT_RELATIONSHIP_ID_1;
12642:
12643: hr_utility.set_location('before call PER_CONTACT_RELATIONSHIPS_PKG.Update_Row:X_Contact_Relationship_Id:' || l_CONTACT_RELATIONSHIP_ID_1 , 5);
12644:
12645: PER_CONTACT_RELATIONSHIPS_PKG.Update_Row(
12646: X_Rowid => p_rowid
12647: , X_Contact_Relationship_Id => l_CONTACT_RELATIONSHIP_ID_1

Line 12645: PER_CONTACT_RELATIONSHIPS_PKG.Update_Row(

12641: where CONTACT_RELATIONSHIP_ID = l_CONTACT_RELATIONSHIP_ID_1;
12642:
12643: hr_utility.set_location('before call PER_CONTACT_RELATIONSHIPS_PKG.Update_Row:X_Contact_Relationship_Id:' || l_CONTACT_RELATIONSHIP_ID_1 , 5);
12644:
12645: PER_CONTACT_RELATIONSHIPS_PKG.Update_Row(
12646: X_Rowid => p_rowid
12647: , X_Contact_Relationship_Id => l_CONTACT_RELATIONSHIP_ID_1
12648: , X_Business_Group_Id => hr_transaction_api.get_NUMBER_value
12649: (p_transaction_step_id => p_transaction_step_id

Line 12798: , X_Session_Date => null --- this session_date is not used in PER_CONTACT_RELATIONSHIPS_PKG.update_row method, so null is pass here

12794: ,p_name => 'P_CONT_INFORMATION19')
12795: , X_Cont_Information20 => hr_transaction_api.get_VARCHAR2_value
12796: (p_transaction_step_id => p_transaction_step_id
12797: ,p_name => 'P_CONT_INFORMATION20')
12798: , X_Session_Date => null --- this session_date is not used in PER_CONTACT_RELATIONSHIPS_PKG.update_row method, so null is pass here
12799: , X_Date_Start => hr_transaction_api.get_DATE_value
12800: (p_transaction_step_id => p_transaction_step_id
12801: ,p_name => 'P_DATE_START')
12802: , X_Start_Life_Reason_Id => hr_transaction_api.get_NUMBER_value