DBA Data[Home] [Help]

APPS.PAY_GB_RTI dependencies on HR_ASSIGNMENT_EXTRA_INFO_API

Line 1504: hr_assignment_extra_info_api.create_assignment_extra_info

1500: close csr_asg_extra_info;
1501:
1502: if l_asg_extra_info_id is null then
1503: -- Create the extra info and set the RTI Sent flag to Yes
1504: hr_assignment_extra_info_api.create_assignment_extra_info
1505: (p_validate => false,
1506: p_assignment_id => p_asg_id,
1507: p_information_type => 'GB_RTI_ASG_DETAILS',
1508: p_aei_information_category => 'GB_RTI_ASG_DETAILS',

Line 1519: hr_assignment_extra_info_api.update_assignment_extra_info

1515:
1516: hr_utility.trace('New Assignment extra info id : '||l_asg_extra_info_id);
1517: elsif l_starter_flag <> 'Y' then
1518: -- Update the flag to Yes
1519: hr_assignment_extra_info_api.update_assignment_extra_info
1520: (p_validate => false,
1521: p_object_version_number => l_object_version_number,
1522: p_assignment_extra_info_id => l_asg_extra_info_id,
1523: p_aei_information_category => 'GB_RTI_ASG_DETAILS',