DBA Data[Home] [Help]

APPS.GME_POST_MIGRATION dependencies on GME_API_PUB

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

1730:
1731: -- Reset the date variables now.
1732: l_min_start_date := l_date;
1733:
1734: gme_api_pub.release_batch(p_api_version => 2.0,
1735: p_validation_level => gme_common_pvt.g_max_errors,
1736: p_init_msg_list => fnd_api.g_false,
1737: p_commit => fnd_api.g_true,
1738: x_message_count => l_msg_cnt,

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

1775: l_step_rec.actual_start_date := get_steps.old_actual_start_date;
1776: l_step_rec.actual_cmplt_date := NULL;
1777:
1778: -- Bug 12557461 - Rearrange code to call release batch regardless of step status
1779: gme_api_pub.release_step(p_api_version => 2.0,
1780: p_validation_level => gme_common_pvt.g_max_errors,
1781: p_init_msg_list => fnd_api.g_false,
1782: p_commit => fnd_api.g_true,
1783: x_message_count => l_msg_cnt,

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

1826: IF get_steps.old_actual_cmplt_date < get_steps.old_actual_start_date THEN
1827: l_step_rec.actual_cmplt_date := get_steps.old_actual_start_date;
1828: END IF;
1829:
1830: gme_api_pub.complete_step(p_api_version => 2.0,
1831: p_validation_level => gme_common_pvt.g_max_errors,
1832: p_init_msg_list => fnd_api.g_false,
1833: p_commit => fnd_api.g_true,
1834: x_message_count => l_msg_cnt,

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

2479: RAISE expected_error;
2480: END IF;
2481:
2482: -- Bug 14361428 Call SAVE BATCH to make sure inventory is available to transact.
2483: gme_api_pub.save_batch(p_header_id => gme_common_pvt.g_transaction_header_id,
2484: p_table => gme_common_pvt.g_interface_table,
2485: p_commit => FND_API.G_FALSE,
2486: x_return_status => l_return_status);
2487:

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

2635:
2636: IF (g_debug <= gme_debug.g_log_statement) THEN
2637: gme_debug.put_line('Creating TXN with '||l_new_data);
2638: END IF;
2639: gme_api_pub.create_material_txn(p_api_version => 2.0,
2640: p_validation_level => gme_common_pvt.g_max_errors,
2641: p_init_msg_list => fnd_api.g_false,
2642: p_commit => fnd_api.g_false,
2643: x_message_count => l_msg_cnt,

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

2812: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
2813: RAISE expected_error;
2814: END IF;
2815:
2816: gme_api_pub.save_batch(p_header_id => gme_common_pvt.g_transaction_header_id,
2817: p_table => gme_common_pvt.g_interface_table,
2818: p_commit => FND_API.G_FALSE,
2819: x_return_status => l_return_status);
2820: IF (l_return_status <> fnd_api.g_ret_sts_success) THEN

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

3057: IF (g_debug <= gme_debug.g_log_statement) THEN
3058: gme_debug.put_line('Creating pending product lot with '||l_new_data);
3059: END IF;
3060:
3061: gme_api_pub.create_pending_product_lot(p_api_version => 2.0,
3062: p_validation_level => gme_common_pvt.g_max_errors,
3063: p_init_msg_list => fnd_api.g_false,
3064: p_commit => fnd_api.g_false,
3065: x_message_count => l_msg_cnt,

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

3904: OPEN Cur_verify_txns(get_steps.batchstep_id, get_steps.old_batch_id);
3905: FETCH Cur_verify_txns INTO l_found;
3906: IF (Cur_verify_txns%NOTFOUND) THEN
3907: CLOSE Cur_verify_txns;
3908: gme_api_pub.close_step (p_api_version => 2,
3909: p_validation_level => gme_common_pvt.g_max_errors,
3910: p_init_msg_list => fnd_api.g_true,
3911: p_commit => fnd_api.g_true,
3912: x_message_count => l_msg_cnt,

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

4036: IF (l_lot_number IS NOT NULL) THEN
4037: l_plot_in_rec.quantity := get_lots.qty;
4038: l_plot_in_rec.secondary_quantity := get_lots.qty2;
4039: l_plot_in_rec.lot_number := l_lot_number;
4040: gme_api_pub.create_pending_product_lot(p_api_version => 2.0,
4041: p_validation_level => gme_common_pvt.g_max_errors,
4042: p_init_msg_list => fnd_api.g_false,
4043: p_commit => fnd_api.g_false,
4044: x_message_count => l_msg_cnt,