DBA Data[Home] [Help]

APPS.PER_CANCEL_HIRE_OR_APL_PKG dependencies on APP_EXCEPTION

Line 1312: app_exception.invalid_argument('cancel_hire',

1308: close payment;
1309: end if;
1310: p_where:= 'END';
1311: else
1312: app_exception.invalid_argument('cancel_hire',
1313: 'P_WHERE',p_where);
1314: end if;
1315: --
1316: --

Line 1360: app_exception.invalid_argument('cancel_apl',

1356: --
1357: hr_utility.set_location('cancel_hire_or_apl.pre_cancel_checks',15);
1358:
1359: else
1360: app_exception.invalid_argument('cancel_apl',
1361: 'P_WHERE',p_where);
1362: end if;
1363: else
1364: app_exception.invalid_argument('cancel_hire_or_apl',

Line 1364: app_exception.invalid_argument('cancel_hire_or_apl',

1360: app_exception.invalid_argument('cancel_apl',
1361: 'P_WHERE',p_where);
1362: end if;
1363: else
1364: app_exception.invalid_argument('cancel_hire_or_apl',
1365: 'P_CANCEL_TYPE',p_cancel_type);
1366: end if;
1367: hr_utility.set_location('cancel_hire_or_apl.pre_cancel_checks',16);
1368: exception