DBA Data[Home] [Help]

APPS.IRC_PARTY_API dependencies on IRC_SEARCH_CRITERIA_API

Line 1139: irc_search_criteria_api.create_work_choices

1135: --
1136: --
1137: -- create a work preference row
1138: --
1139: irc_search_criteria_api.create_work_choices
1140: (p_validate=>p_validate
1141: ,p_effective_date=>trunc(sysdate)
1142: ,p_person_id =>l_person_id
1143: ,p_employee=>'Y'

Line 3862: irc_search_criteria_api.create_work_choices

3858: close has_work_prefs;
3859: --
3860: hr_utility.set_location(l_proc,120);
3861:
3862: irc_search_criteria_api.create_work_choices
3863: (p_validate => p_validate
3864: ,p_effective_date => trunc(sysdate)
3865: ,p_person_id => l_person_id
3866: ,p_employee => 'Y'

Line 4490: irc_search_criteria_api.create_work_choices

4486: --
4487: hr_utility.set_location(l_proc, 70);
4488: --
4489: -- create work preferences
4490: irc_search_criteria_api.create_work_choices
4491: (p_effective_date=>trunc(sysdate)
4492: ,p_person_id =>l_person_id
4493: ,p_employee=>'Y'
4494: ,p_contractor=>'Y'