DBA Data[Home] [Help]

APPS.HR_CANCEL_HIRE_API dependencies on PER_CANCEL_HIRE_OR_APL_PKG

Line 154: per_cancel_hire_or_apl_pkg.lock_per_rows

150:
151: --
152: -- Lock the appropriate rows.
153: --
154: per_cancel_hire_or_apl_pkg.lock_per_rows
155: (p_person_id => p_person_id
156: ,p_primary_id => l_period_of_service_id
157: ,p_primary_date => l_date_start
158: ,p_business_group_id => l_business_group_id

Line 169: per_cancel_hire_or_apl_pkg.pre_cancel_checks

165: LOOP
166:
167: EXIT WHEN l_where = 'END';
168:
169: per_cancel_hire_or_apl_pkg.pre_cancel_checks
170: (
171: p_person_id => p_person_id
172: ,p_where => l_where
173: ,p_business_group_id => l_business_group_id

Line 225: per_cancel_hire_or_apl_pkg.do_cancel_hire

221:
222: --
223: -- Process Logic. Perform the cancel hire.
224: --
225: per_cancel_hire_or_apl_pkg.do_cancel_hire
226: (
227: p_person_id => p_person_id
228: ,p_date_start => l_date_start
229: ,p_end_of_time => hr_api.g_eot