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.22 2012/03/26 03:09:02 maychen ship $ */
3:
4: /*===========================================================================================================
5: -- PROCEDURE:

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

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

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

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

Line 1126: END GML_OPM_OM_CONV_MIG_PKG;

1122: , p_context => 'OPEN_ORDER_LINES');
1123:
1124: END Migrate_opm_om_open_lines;
1125:
1126: END GML_OPM_OM_CONV_MIG_PKG;
1127: