DBA Data[Home] [Help]

APPS.MSC_X_NETTING4_PKG dependencies on MSC_X_USER_EXCEP_GEN

Line 3616: MSC_X_USER_EXCEP_GEN.RunCustomExcepWithNetting;

3612:
3613: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Launch Customer Exception at: ' || to_char(sysdate, 'DD-MON-YYYY HH24:MI:SS'));
3614: /* launch custom exceptions whar supposed to be run with netting engine */
3615:
3616: MSC_X_USER_EXCEP_GEN.RunCustomExcepWithNetting;
3617:
3618: END compute_custom_exception;
3619:
3620: