DBA Data[Home] [Help]

APPS.ENG_LAUNCH_ECO_OI_PK dependencies on ERROR_HANDLER

Line 1025: Error_Handler.Write_To_ConcurrentLog;

1021: WHERE ENG_CHANGES_IFCE_KEY = g_ECO_ifce_key;
1022:
1023: --Bug No: 3737881
1024: --Updating the Error interface tables and the concurrent log
1025: Error_Handler.Write_To_ConcurrentLog;
1026: Error_Handler.WRITE_TO_INTERFACETABLE;
1027: END Update_Interface_Tables;
1028:
1029:

Line 1026: Error_Handler.WRITE_TO_INTERFACETABLE;

1022:
1023: --Bug No: 3737881
1024: --Updating the Error interface tables and the concurrent log
1025: Error_Handler.Write_To_ConcurrentLog;
1026: Error_Handler.WRITE_TO_INTERFACETABLE;
1027: END Update_Interface_Tables;
1028:
1029:
1030: PROCEDURE Update_Eco_Interface (

Line 6572: Error_Handler.WRITE_TO_INTERFACETABLE;

6568: WHERE TRANSACTION_ID = l_transaction_id;
6569:
6570: stmt_num := 255;
6571: --Bug No:3902450 :Added as the error was not getting inserted when new rev was required in import.
6572: Error_Handler.WRITE_TO_INTERFACETABLE;
6573: stmt_num := 256;
6574: COMMIT;
6575:
6576: stmt_num := 291;