DBA Data[Home] [Help]

APPS.PER_CANCEL_HIRE_OR_APL_PKG dependencies on APP_EXCEPTION

Line 1050: app_exception.invalid_argument('cancel_hire',

1046: close payment;
1047: end if;
1048: p_where:= 'END';
1049: else
1050: app_exception.invalid_argument('cancel_hire',
1051: 'P_WHERE',p_where);
1052: end if;
1053: --
1054: --

Line 1098: app_exception.invalid_argument('cancel_apl',

1094: --
1095: hr_utility.set_location('cancel_hire_or_apl.pre_cancel_checks',15);
1096:
1097: else
1098: app_exception.invalid_argument('cancel_apl',
1099: 'P_WHERE',p_where);
1100: end if;
1101: else
1102: app_exception.invalid_argument('cancel_hire_or_apl',

Line 1102: app_exception.invalid_argument('cancel_hire_or_apl',

1098: app_exception.invalid_argument('cancel_apl',
1099: 'P_WHERE',p_where);
1100: end if;
1101: else
1102: app_exception.invalid_argument('cancel_hire_or_apl',
1103: 'P_CANCEL_TYPE',p_cancel_type);
1104: end if;
1105: hr_utility.set_location('cancel_hire_or_apl.pre_cancel_checks',16);
1106: exception