DBA Data[Home] [Help]

APPS.HR_PROCESS_CONTACT_SS dependencies on PER_CONTACT_RELATIONSHIPS_PKG

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

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

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

12513: into p_rowid
12514: from per_contact_relationships
12515: where CONTACT_RELATIONSHIP_ID = l_CONTACT_RELATIONSHIP_ID_1;
12516:
12517: hr_utility.set_location('before call PER_CONTACT_RELATIONSHIPS_PKG.Update_Row:X_Contact_Relationship_Id:' || l_CONTACT_RELATIONSHIP_ID_1 , 5);
12518:
12519: PER_CONTACT_RELATIONSHIPS_PKG.Update_Row(
12520: X_Rowid => p_rowid
12521: , X_Contact_Relationship_Id => l_CONTACT_RELATIONSHIP_ID_1

Line 12519: PER_CONTACT_RELATIONSHIPS_PKG.Update_Row(

12515: where CONTACT_RELATIONSHIP_ID = l_CONTACT_RELATIONSHIP_ID_1;
12516:
12517: hr_utility.set_location('before call PER_CONTACT_RELATIONSHIPS_PKG.Update_Row:X_Contact_Relationship_Id:' || l_CONTACT_RELATIONSHIP_ID_1 , 5);
12518:
12519: PER_CONTACT_RELATIONSHIPS_PKG.Update_Row(
12520: X_Rowid => p_rowid
12521: , X_Contact_Relationship_Id => l_CONTACT_RELATIONSHIP_ID_1
12522: , X_Business_Group_Id => hr_transaction_api.get_NUMBER_value
12523: (p_transaction_step_id => p_transaction_step_id

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

12668: ,p_name => 'P_CONT_INFORMATION19')
12669: , X_Cont_Information20 => hr_transaction_api.get_VARCHAR2_value
12670: (p_transaction_step_id => p_transaction_step_id
12671: ,p_name => 'P_CONT_INFORMATION20')
12672: , X_Session_Date => null --- this session_date is not used in PER_CONTACT_RELATIONSHIPS_PKG.update_row method, so null is pass here
12673: , X_Date_Start => hr_transaction_api.get_DATE_value
12674: (p_transaction_step_id => p_transaction_step_id
12675: ,p_name => 'P_DATE_START')
12676: , X_Start_Life_Reason_Id => hr_transaction_api.get_NUMBER_value