DBA Data[Home] [Help]

APPS.GMD_SAMPLES_GRP dependencies on GME_API_PUB

Line 69: --| GME_API_PUB.create_material_txn |

65: --| in create_wip_txn| |
66: --| RAGSRIVA 01-Nov-2006 Bug 5629709 Modified procedure create_wip_txn to |
67: --| Undo the fix for bug# 5394566 and pass the transaction type |
68: --| id and the lot information in the call to |
69: --| GME_API_PUB.create_material_txn |
70: --| RLNAGARA 28-Nov-2006 B5668965 Modified the proc update_lot_grade_batch |
71: --| RLNAGARA 12-Jan-2007 B5738041 Added Revisions to the cursors in the proc create_wip_txn |
72: --+==========================================================================+
73: -- End of comments

Line 1628: GME_API_PUB.complete_step(

1624: IF (l_debug = 'Y') THEN
1625: gmd_debug.put_line('Before Calling Batch Step Completion API for BATCHSTEP_ID:'||l_step_id);
1626: END IF;
1627: --call the batch step completion API.
1628: GME_API_PUB.complete_step(
1629: p_api_version => 2.0
1630: ,p_validation_level => gme_common_pvt.g_max_errors
1631: ,p_init_msg_list => fnd_api.g_false
1632: ,p_commit => fnd_api.g_false

Line 1782: GME_API_PUB.complete_step(

1778: IF (l_debug = 'Y') THEN
1779: gmd_debug.put_line('Before Calling Batch Step Completion API for BATCHSTEP_ID:'||l_step_id);
1780: END IF;
1781: --call the batch step completion API.
1782: GME_API_PUB.complete_step(
1783: p_api_version => 2.0
1784: ,p_validation_level => gme_common_pvt.g_max_errors
1785: ,p_init_msg_list => fnd_api.g_false
1786: ,p_commit => fnd_api.g_false

Line 2863: GME_API_PUB.complete_step(

2859: gmd_debug.put_line('Before Calling Batch Step Completion API for BATCHSTEP_ID:'||l_bstep_id);
2860: END IF;
2861:
2862: --call the batch step completion API.
2863: GME_API_PUB.complete_step(
2864: p_api_version => 2.0
2865: ,p_validation_level => gme_common_pvt.g_max_errors
2866: ,p_init_msg_list => fnd_api.g_false
2867: ,p_commit => fnd_api.g_false

Line 3962: --| - batch update proc changed from gme_api_pub.insert_line_allocation|

3958: --| cursor Cur_material_detail_no_step. Added IF |
3959: --| condition to check if replenish whse_code exists|
3960: --| |
3961: --| S Feinstein 21-MAR-2005 Inventory Convergence bug 41165704 |
3962: --| - batch update proc changed from gme_api_pub.insert_line_allocation|
3963: --| to gme_api_pub.create_material_txn |
3964: --| srakrish bug 5394566: Commenting the cursors as these have |
3965: --| hardcoded values and material_detail_id is directly passed |
3966: --| RAGSRIVA 01-Nov-2006 Bug 5629709 Modified procedure create_wip_txn |

Line 3963: --| to gme_api_pub.create_material_txn |

3959: --| condition to check if replenish whse_code exists|
3960: --| |
3961: --| S Feinstein 21-MAR-2005 Inventory Convergence bug 41165704 |
3962: --| - batch update proc changed from gme_api_pub.insert_line_allocation|
3963: --| to gme_api_pub.create_material_txn |
3964: --| srakrish bug 5394566: Commenting the cursors as these have |
3965: --| hardcoded values and material_detail_id is directly passed |
3966: --| RAGSRIVA 01-Nov-2006 Bug 5629709 Modified procedure create_wip_txn |
3967: --| to Undo the fix for bug# 5394566 and pass the transaction |

Line 3969: --| GME_API_PUB.create_material_txn |

3965: --| hardcoded values and material_detail_id is directly passed |
3966: --| RAGSRIVA 01-Nov-2006 Bug 5629709 Modified procedure create_wip_txn |
3967: --| to Undo the fix for bug# 5394566 and pass the transaction |
3968: --| type id and the lot information in the call to |
3969: --| GME_API_PUB.create_material_txn |
3970: --| RLNAGARA 12-Jan-2007 B5738041 Added Revision to the cursors Cur_material_detail_with_step |
3971: --| and Cur_material_detail_no_step |
3972: --+========================================================================+
3973: -- End of comments

Line 4039: p_validation_level NUMBER := 100; --gme_api_pub.max_errors;

4035: --p_tran_row gme_inventory_txns_gtmp%ROWTYPE;
4036: --x_material_detail gme_material_details%ROWTYPE;
4037: --x_tran_row gme_inventory_txns_gtmp%ROWTYPE;
4038: x_def_tran_row gme_inventory_txns_gtmp%ROWTYPE;
4039: p_validation_level NUMBER := 100; --gme_api_pub.max_errors;
4040:
4041: message_number NUMBER := 0;
4042: dummy_cnt NUMBER := 0;
4043: dummy_number NUMBER := 0;

Line 4218: -- Bug 4165704: gme_api_pub.insert_line_allocation replaced by create_material_txns

4214: p_create_lot := FND_API.G_TRUE; --TRUE;
4215: temp_lot_no := p_sample.lot_number;
4216: END IF; -- test for lot id
4217:
4218: -- Bug 4165704: gme_api_pub.insert_line_allocation replaced by create_material_txns
4219: -- GME_API_PUB.insert_line_allocation(
4220: -- p_api_version => 2.0
4221: --, p_validation_level => p_validation_level
4222: --, p_init_msg_list => FALSE

Line 4219: -- GME_API_PUB.insert_line_allocation(

4215: temp_lot_no := p_sample.lot_number;
4216: END IF; -- test for lot id
4217:
4218: -- Bug 4165704: gme_api_pub.insert_line_allocation replaced by create_material_txns
4219: -- GME_API_PUB.insert_line_allocation(
4220: -- p_api_version => 2.0
4221: --, p_validation_level => p_validation_level
4222: --, p_init_msg_list => FALSE
4223: --, p_commit => FALSE

Line 4250: GME_API_PUB.create_material_txn(

4246: p_mmli_tbl(1).primary_quantity := p_mmti_rec.transaction_quantity;
4247: p_mmli_tbl(1).secondary_transaction_quantity := p_mmti_rec.secondary_transaction_quantity;
4248: END IF;
4249:
4250: GME_API_PUB.create_material_txn(
4251: p_api_version => 2.0
4252: , p_validation_level => p_validation_level
4253: , p_init_msg_list => fnd_api.g_false --FALSE
4254: , p_commit => fnd_api.g_false --FALSE

Line 4332: gme_api_pub.save_batch(p_batch_header => l_batch_header,

4328:
4329: l_batch_header.batch_id := p_batch_id;
4330:
4331: /* took this code out but must put back gme functionality
4332: gme_api_pub.save_batch(p_batch_header => l_batch_header,
4333: p_commit => FALSE,
4334: x_return_status => l_return_status);
4335:
4336: IF (l_return_status <> 'S') THEN