DBA Data[Home] [Help]

APPS.PER_CANCEL_APPLICATION_API dependencies on PER_CANCEL_HIRE_OR_APL_PKG

Line 89: per_cancel_hire_or_apl_pkg.pre_cancel_checks

85: -- Validation in addition to Row Handlers
86: --
87: -- changed from l_system_person_type to 'APL' for fix of #3285486
88: --
89: per_cancel_hire_or_apl_pkg.pre_cancel_checks
90: (
91: p_person_id => p_person_id
92: ,p_where => l_where
93: ,p_business_group_id => p_business_group_id

Line 102: per_cancel_hire_or_apl_pkg.do_cancel_appl

98: );
99: --
100: -- Process Logic
101: --
102: per_cancel_hire_or_apl_pkg.do_cancel_appl
103: (
104: p_person_id => p_person_id
105: ,p_date_received => l_date_received
106: ,p_end_of_time => hr_api.g_eot