DBA Data[Home] [Help]

APPS.JA_JP_TP_BAL_CTRL_RPT_PKG dependencies on XLA_EXCEPTIONS_PKG

Line 1190: xla_exceptions_pkg.raise_message

1186: RETURN TRUE;
1187:
1188: EXCEPTION
1189: WHEN OTHERS THEN
1190: xla_exceptions_pkg.raise_message
1191: (p_location => 'JAJP_TP_BALANCE_CONTRA_RPT_PKG.beforeReport ');
1192: END beforeReport;
1193:
1194: