DBA Data[Home] [Help]

APPS.IRC_PARTY_API dependencies on IRC_SEARCH_CRITERIA_API

Line 1112: irc_search_criteria_api.create_work_choices

1108: --
1109: --
1110: -- create a work preference row
1111: --
1112: irc_search_criteria_api.create_work_choices
1113: (p_validate=>p_validate
1114: ,p_effective_date=>trunc(sysdate)
1115: ,p_person_id =>l_person_id
1116: ,p_employee=>'Y'

Line 3690: irc_search_criteria_api.create_work_choices

3686: close has_work_prefs;
3687: --
3688: hr_utility.set_location(l_proc,120);
3689:
3690: irc_search_criteria_api.create_work_choices
3691: (p_validate=>false
3692: ,p_effective_date=>trunc(sysdate)
3693: ,p_person_id =>l_person_id
3694: ,p_employee=>'Y'

Line 4260: irc_search_criteria_api.create_work_choices

4256: --
4257: hr_utility.set_location(l_proc, 70);
4258: --
4259: -- create work preferences
4260: irc_search_criteria_api.create_work_choices
4261: (p_effective_date=>trunc(sysdate)
4262: ,p_person_id =>l_person_id
4263: ,p_employee=>'Y'
4264: ,p_contractor=>'Y'