DBA Data[Home] [Help]

APPS.MSC_X_NETTING1_PKG dependencies on FND_FILE

Line 986: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Done: ' || msc_x_netting_pkg.get_message_type(1) ||

982: END IF;
983: END LOOP;
984: END IF;
985:
986: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Done: ' || msc_x_netting_pkg.get_message_type(1) ||
987: ':' || to_char(sysdate, 'DD-MON-YYYY HH24:MI:SS'));
988:
989:
990: --dbms_output.put_line('Exception 2'); --customer centric

Line 1397: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Done: ' || msc_x_netting_pkg.get_message_type(2) ||

1393: end if;
1394: END IF;
1395: END LOOP;
1396: END IF;
1397: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Done: ' || msc_x_netting_pkg.get_message_type(2) ||
1398: ':' || to_char(sysdate, 'DD-MON-YYYY HH24:MI:SS'));
1399:
1400:
1401:

Line 1796: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Done: ' || msc_x_netting_pkg.get_message_type(3) || ',' ||

1792: END IF;
1793:
1794: END LOOP;
1795: END IF;
1796: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Done: ' || msc_x_netting_pkg.get_message_type(3) || ',' ||
1797: msc_x_netting_pkg.get_message_type(4) || ':' || to_char(sysdate, 'DD-MON-YYYY HH24:MI:SS'));
1798:
1799: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Total exceptions inserted for the group ' ||
1800: msc_x_netting_pkg.get_message_group(msc_x_netting_pkg.G_LATE_ORDER) || ':' || l_inserted_record);

Line 1799: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Total exceptions inserted for the group ' ||

1795: END IF;
1796: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Done: ' || msc_x_netting_pkg.get_message_type(3) || ',' ||
1797: msc_x_netting_pkg.get_message_type(4) || ':' || to_char(sysdate, 'DD-MON-YYYY HH24:MI:SS'));
1798:
1799: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Total exceptions inserted for the group ' ||
1800: msc_x_netting_pkg.get_message_group(msc_x_netting_pkg.G_LATE_ORDER) || ':' || l_inserted_record);
1801:
1802: --===========================================================================================
1803: --Archive all the exception notifications sent out in previous engine runs

Line 2418: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Done: ' || msc_x_netting_pkg.get_message_type(23) ||

2414: end if; /* generate complement */
2415: END IF;
2416: END LOOP;
2417: END IF;
2418: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Done: ' || msc_x_netting_pkg.get_message_type(23) ||
2419: ':' || to_char(sysdate, 'DD-MON-YYYY HH24:MI:SS'));
2420:
2421: /* reset the trxid */
2422:

Line 2827: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Done: ' || msc_x_netting_pkg.get_message_type(24) ||

2823: END IF;
2824: END LOOP;
2825: END IF;
2826:
2827: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Done: ' || msc_x_netting_pkg.get_message_type(24) ||
2828: ':' || to_char(sysdate, 'DD-MON-YYYY HH24:MI:SS'));
2829:
2830: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Total exceptions inserted for the group ' ||
2831: msc_x_netting_pkg.get_message_group(msc_x_netting_pkg.G_EARLY_ORDER) || ':' || l_inserted_record);

Line 2830: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Total exceptions inserted for the group ' ||

2826:
2827: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Done: ' || msc_x_netting_pkg.get_message_type(24) ||
2828: ':' || to_char(sysdate, 'DD-MON-YYYY HH24:MI:SS'));
2829:
2830: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Total exceptions inserted for the group ' ||
2831: msc_x_netting_pkg.get_message_group(msc_x_netting_pkg.G_EARLY_ORDER) || ':' || l_inserted_record);
2832:
2833: -- added exception handler
2834: EXCEPTION

Line 3741: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Done: ' ||msc_x_netting_pkg.get_message_type(19) ||

3737: END IF;
3738: END LOOP;
3739: END IF;
3740:
3741: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Done: ' ||msc_x_netting_pkg.get_message_type(19) ||
3742: ',' || msc_x_netting_pkg.get_message_type(20) || ':' || to_char(sysdate, 'DD-MON-YYYY HH24:MI:SS'));
3743:
3744: --=======================================================================================
3745: --for Supplier DEMAND planning (exception 5.3 and 5.4

Line 4517: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Done: ' ||msc_x_netting_pkg.get_message_type(21) ||

4513: END LOOP;
4514: END IF;
4515:
4516:
4517: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Done: ' ||msc_x_netting_pkg.get_message_type(21) ||
4518: ',' || msc_x_netting_pkg.get_message_type(22) || ':' || to_char(sysdate, 'DD-MON-YYYY HH24:MI:SS'));
4519:
4520: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Total exceptions inserted for the group ' ||
4521: msc_x_netting_pkg.get_message_group(msc_x_netting_pkg.G_FORECAST_MISMATCH) || ':' || l_inserted_record);

Line 4520: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Total exceptions inserted for the group ' ||

4516:
4517: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Done: ' ||msc_x_netting_pkg.get_message_type(21) ||
4518: ',' || msc_x_netting_pkg.get_message_type(22) || ':' || to_char(sysdate, 'DD-MON-YYYY HH24:MI:SS'));
4519:
4520: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Total exceptions inserted for the group ' ||
4521: msc_x_netting_pkg.get_message_group(msc_x_netting_pkg.G_FORECAST_MISMATCH) || ':' || l_inserted_record);
4522:
4523: -- added exception handler
4524: EXCEPTION