DBA Data[Home] [Help]

APPS.GML_OPM_OM_CONV_MIG_PKG dependencies on GML_OPM_OM_CONV_MIG_PKG

Line 1: PACKAGE BODY GML_OPM_OM_CONV_MIG_PKG AS

1: PACKAGE BODY GML_OPM_OM_CONV_MIG_PKG AS
2: /* $Header: GMLCONVB.pls 120.19 2007/02/23 22:09:26 plowe ship $ */
3:
4: /*===========================================================================================================
5: -- PROCEDURE:

Line 245: GMI_RESERVATION_UTIL.println('START OF GML_OPM_OM_CONV_MIG_PKG.Migrate_opm_om_open_lines - run_id = ' || p_migration_run_id);

241:
242: /* Get all the open lines to be processed */
243: l_table_name := 'MTL_RESERVATIONS';
244: l_opm_table_name := 'IC_TRAN_PND';
245: GMI_RESERVATION_UTIL.println('START OF GML_OPM_OM_CONV_MIG_PKG.Migrate_opm_om_open_lines - run_id = ' || p_migration_run_id);
246: GMI_RESERVATION_UTIL.Println('IC DEFAULT_LOCT is ' || l_IC$DEFAULT_LOCT);
247:
248: FOR open_order_line_rec IN get_open_order_lines LOOP
249: GMI_RESERVATION_UTIL.println('NNNNn - In get_open_order_lines loop which is the main loop');

Line 1075: GMI_RESERVATION_UTIL.println('END OF GML_OPM_OM_CONV_MIG_PKG.Migrate_opm_om_open_lines OM MIGRATION RUN ');

1071: END; /* Begin for open_order_line_rec Loop */
1072:
1073: END LOOP; /* FOR open_order_line_rec IN get_open_order_lines LOOP */
1074:
1075: GMI_RESERVATION_UTIL.println('END OF GML_OPM_OM_CONV_MIG_PKG.Migrate_opm_om_open_lines OM MIGRATION RUN ');
1076:
1077: /* End by logging a message that the migration has been succesful IF SO */
1078:
1079: if L_FAILURE_COUNT < 1 THEN

Line 1122: END GML_OPM_OM_CONV_MIG_PKG;

1118: , p_context => 'OPEN_ORDER_LINES');
1119:
1120: END Migrate_opm_om_open_lines;
1121:
1122: END GML_OPM_OM_CONV_MIG_PKG;
1123: