DBA Data[Home] [Help]

APPS.MTL_CCEOI_PROCESS_PVT dependencies on MTL_CC_INTERFACE_ERRORS

Line 2406: delete from mtl_cc_interface_errors

2402: --
2403: BEGIN
2404: --
2405: begin
2406: delete from mtl_cc_interface_errors
2407: where cc_entry_interface_id = p_cc_entry_interface_id;
2408: exception when others then
2409: null;
2410: end;

Line 3086: SELECT MTL_CC_INTERFACE_ERRORS_S.nextval

3082: IF (l_debug = 1) THEN
3083: MDEBUG('Insert error: ' || FND_MESSAGE.GET_STRING('INV', p_message_name));
3084: END IF;
3085: --
3086: SELECT MTL_CC_INTERFACE_ERRORS_S.nextval
3087: INTO
3088: L_interface_error_id
3089: FROM
3090: dual;

Line 3092: INSERT INTO mtl_cc_interface_errors(

3088: L_interface_error_id
3089: FROM
3090: dual;
3091: --
3092: INSERT INTO mtl_cc_interface_errors(
3093: interface_error_id,
3094: cc_entry_interface_id,
3095: last_update_date,
3096: last_updated_by,