DBA Data[Home] [Help]

APPS.PAY_GB_RTI_EAS dependencies on HR_ASSIGNMENT_EXTRA_INFO_API

Line 1997: hr_assignment_extra_info_api.create_assignment_extra_info

1993: close csr_asg_extra_info;
1994:
1995: if l_asg_extra_info_id is null then
1996: -- Create the extra info and set the RTI Sent flag to Yes
1997: hr_assignment_extra_info_api.create_assignment_extra_info
1998: (p_validate => false,
1999: p_assignment_id => p_asg_id,
2000: p_information_type => 'GB_RTI_ASG_DETAILS',
2001: p_aei_information_category => 'GB_RTI_ASG_DETAILS',

Line 2014: hr_assignment_extra_info_api.update_assignment_extra_info

2010:
2011:
2012: elsif l_starter_flag <> 'Y' then
2013: -- Update the flag to Yes
2014: hr_assignment_extra_info_api.update_assignment_extra_info
2015: (p_validate => false,
2016: p_object_version_number => l_object_version_number,
2017: p_assignment_extra_info_id => l_asg_extra_info_id,
2018: p_aei_information_category => 'GB_RTI_ASG_DETAILS',