DBA Data[Home] [Help]

APPS.GME_POST_MIGRATION dependencies on GME_API_PUB

Line 1564: gme_api_pub.release_batch(p_api_version => 2.0,

1560: RAISE no_open_period_err;
1561: ELSE
1562: l_batch_header.actual_start_date := l_date;
1563: END IF;
1564: gme_api_pub.release_batch(p_api_version => 2.0,
1565: p_validation_level => gme_common_pvt.g_max_errors,
1566: p_init_msg_list => fnd_api.g_false,
1567: p_commit => fnd_api.g_true,
1568: x_message_count => l_msg_cnt,

Line 1596: gme_api_pub.complete_step(p_api_version => 2.0,

1592: l_step_rec.batch_id := get_steps.batch_id;
1593: l_step_rec.actual_start_date := get_steps.old_actual_start_date;
1594: l_step_rec.actual_cmplt_date := get_steps.old_actual_cmplt_date;
1595: IF (get_steps.old_step_status IN (gme_common_pvt.g_step_completed, gme_common_pvt.g_step_closed)) THEN
1596: gme_api_pub.complete_step(p_api_version => 2.0,
1597: p_validation_level => gme_common_pvt.g_max_errors,
1598: p_init_msg_list => fnd_api.g_false,
1599: p_commit => fnd_api.g_true,
1600: x_message_count => l_msg_cnt,

Line 1615: gme_api_pub.release_step(p_api_version => 2.0,

1611: IF (l_return_status <> fnd_api.g_ret_sts_success) THEN
1612: RAISE step_cmplt_err;
1613: END IF;
1614: ELSE
1615: gme_api_pub.release_step(p_api_version => 2.0,
1616: p_validation_level => gme_common_pvt.g_max_errors,
1617: p_init_msg_list => fnd_api.g_false,
1618: p_commit => fnd_api.g_true,
1619: x_message_count => l_msg_cnt,

Line 2335: gme_api_pub.create_material_txn(p_api_version => 2.0,

2331: l_mmti_rec.subinventory_code||'->'||l_mmti_rec.locator_id||'->'||l_lot_number||'->'||l_mmti_rec.transaction_quantity||'->'||l_mmti_rec.transaction_uom||'->'||TO_CHAR(l_mmti_rec.transaction_date, 'DD-MON-YYYY HH24:MI:SS');
2332: IF (g_debug <= gme_debug.g_log_statement) THEN
2333: gme_debug.put_line('Creating TXN with '||l_new_data);
2334: END IF;
2335: gme_api_pub.create_material_txn(p_api_version => 2.0,
2336: p_validation_level => gme_common_pvt.g_max_errors,
2337: p_init_msg_list => fnd_api.g_false,
2338: p_commit => fnd_api.g_false,
2339: x_message_count => l_msg_cnt,

Line 2494: gme_api_pub.save_batch(p_header_id => gme_common_pvt.g_transaction_header_id,

2490: x_return_status => l_return_status);
2491: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
2492: RAISE expected_error;
2493: END IF;
2494: gme_api_pub.save_batch(p_header_id => gme_common_pvt.g_transaction_header_id,
2495: p_table => gme_common_pvt.g_interface_table,
2496: p_commit => FND_API.G_FALSE,
2497: x_return_status => l_return_status);
2498: IF (l_return_status <> fnd_api.g_ret_sts_success) THEN

Line 2679: gme_api_pub.create_pending_product_lot(p_api_version => 2.0,

2675: l_new_data := gme_common_pvt.g_organization_code||'->'||l_mtl_rec.item_no||'->'||l_plot_in_rec.revision||'->'||l_plot_in_rec.lot_number||'->'||l_plot_in_rec.quantity||'->'||l_mtl_dtl_rec.dtl_um;
2676: IF (g_debug <= gme_debug.g_log_statement) THEN
2677: gme_debug.put_line('Creating pending product lot with '||l_new_data);
2678: END IF;
2679: gme_api_pub.create_pending_product_lot(p_api_version => 2.0,
2680: p_validation_level => gme_common_pvt.g_max_errors,
2681: p_init_msg_list => fnd_api.g_false,
2682: p_commit => fnd_api.g_false,
2683: x_message_count => l_msg_cnt,

Line 3358: gme_api_pub.close_step (p_api_version => 2,

3354: OPEN Cur_verify_txns(get_steps.batchstep_id, get_steps.old_batch_id);
3355: FETCH Cur_verify_txns INTO l_found;
3356: IF (Cur_verify_txns%NOTFOUND) THEN
3357: CLOSE Cur_verify_txns;
3358: gme_api_pub.close_step (p_api_version => 2,
3359: p_validation_level => gme_common_pvt.g_max_errors,
3360: p_init_msg_list => fnd_api.g_true,
3361: p_commit => fnd_api.g_true,
3362: x_message_count => l_msg_cnt,

Line 3490: gme_api_pub.create_pending_product_lot(p_api_version => 2.0,

3486: IF (l_lot_number IS NOT NULL) THEN
3487: l_plot_in_rec.quantity := get_lots.qty;
3488: l_plot_in_rec.secondary_quantity := get_lots.qty2;
3489: l_plot_in_rec.lot_number := l_lot_number;
3490: gme_api_pub.create_pending_product_lot(p_api_version => 2.0,
3491: p_validation_level => gme_common_pvt.g_max_errors,
3492: p_init_msg_list => fnd_api.g_false,
3493: p_commit => fnd_api.g_false,
3494: x_message_count => l_msg_cnt,