DBA Data[Home] [Help]

APPS.ENG_LAUNCH_ECO_OI_PK dependencies on ERROR_HANDLER

Line 1021: Error_Handler.Write_To_ConcurrentLog;

1017: WHERE ENG_CHANGES_IFCE_KEY = g_ECO_ifce_key;
1018:
1019: --Bug No: 3737881
1020: --Updating the Error interface tables and the concurrent log
1021: Error_Handler.Write_To_ConcurrentLog;
1022: Error_Handler.WRITE_TO_INTERFACETABLE;
1023: END Update_Interface_Tables;
1024:
1025:

Line 1022: Error_Handler.WRITE_TO_INTERFACETABLE;

1018:
1019: --Bug No: 3737881
1020: --Updating the Error interface tables and the concurrent log
1021: Error_Handler.Write_To_ConcurrentLog;
1022: Error_Handler.WRITE_TO_INTERFACETABLE;
1023: END Update_Interface_Tables;
1024:
1025:
1026: PROCEDURE Update_Eco_Interface (

Line 6537: Error_Handler.WRITE_TO_INTERFACETABLE;

6533: WHERE TRANSACTION_ID = l_transaction_id;
6534:
6535: stmt_num := 255;
6536: --Bug No:3902450 :Added as the error was not getting inserted when new rev was required in import.
6537: Error_Handler.WRITE_TO_INTERFACETABLE;
6538: stmt_num := 256;
6539: COMMIT;
6540:
6541: stmt_num := 291;