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: --| RLNAGARA LPN ME 7027149 09-May-2008 Added logic for lpn_id in all |
73: --| the necessary cursors |

Line 1764: GME_API_PUB.complete_step(

1760: IF (l_debug = 'Y') THEN
1761: gmd_debug.put_line('Before Calling Batch Step Completion API for BATCHSTEP_ID:'||l_step_id);
1762: END IF;
1763: --call the batch step completion API.
1764: GME_API_PUB.complete_step(
1765: p_api_version => 2.0
1766: ,p_validation_level => gme_common_pvt.g_max_errors
1767: ,p_init_msg_list => fnd_api.g_false
1768: ,p_commit => fnd_api.g_false

Line 1939: GME_API_PUB.complete_step(

1935: IF (l_debug = 'Y') THEN
1936: gmd_debug.put_line('Before Calling Batch Step Completion API for BATCHSTEP_ID:'||l_step_id);
1937: END IF;
1938: --call the batch step completion API.
1939: GME_API_PUB.complete_step(
1940: p_api_version => 2.0
1941: ,p_validation_level => gme_common_pvt.g_max_errors
1942: ,p_init_msg_list => fnd_api.g_false
1943: ,p_commit => fnd_api.g_false

Line 3452: GME_API_PUB.complete_step(

3448: gmd_debug.put_line('Before Calling Batch Step Completion API for BATCHSTEP_ID:'||l_bstep_id);
3449: END IF;
3450:
3451: --call the batch step completion API.
3452: GME_API_PUB.complete_step(
3453: p_api_version => 2.0
3454: ,p_validation_level => gme_common_pvt.g_max_errors
3455: ,p_init_msg_list => fnd_api.g_false
3456: ,p_commit => fnd_api.g_false

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

4603: --| cursor Cur_material_detail_no_step. Added IF |
4604: --| condition to check if replenish whse_code exists|
4605: --| |
4606: --| S Feinstein 21-MAR-2005 Inventory Convergence bug 41165704 |
4607: --| - batch update proc changed from gme_api_pub.insert_line_allocation|
4608: --| to gme_api_pub.create_material_txn |
4609: --| srakrish bug 5394566: Commenting the cursors as these have |
4610: --| hardcoded values and material_detail_id is directly passed |
4611: --| RAGSRIVA 01-Nov-2006 Bug 5629709 Modified procedure create_wip_txn |

Line 4608: --| to gme_api_pub.create_material_txn |

4604: --| condition to check if replenish whse_code exists|
4605: --| |
4606: --| S Feinstein 21-MAR-2005 Inventory Convergence bug 41165704 |
4607: --| - batch update proc changed from gme_api_pub.insert_line_allocation|
4608: --| to gme_api_pub.create_material_txn |
4609: --| srakrish bug 5394566: Commenting the cursors as these have |
4610: --| hardcoded values and material_detail_id is directly passed |
4611: --| RAGSRIVA 01-Nov-2006 Bug 5629709 Modified procedure create_wip_txn |
4612: --| to Undo the fix for bug# 5394566 and pass the transaction |

Line 4614: --| GME_API_PUB.create_material_txn |

4610: --| hardcoded values and material_detail_id is directly passed |
4611: --| RAGSRIVA 01-Nov-2006 Bug 5629709 Modified procedure create_wip_txn |
4612: --| to Undo the fix for bug# 5394566 and pass the transaction |
4613: --| type id and the lot information in the call to |
4614: --| GME_API_PUB.create_material_txn |
4615: --| RLNAGARA 12-Jan-2007 B5738041 Added Revision to the cursors Cur_material_detail_with_step |
4616: --| and Cur_material_detail_no_step |
4617: --+========================================================================+
4618: -- End of comments

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

4680: --p_tran_row gme_inventory_txns_gtmp%ROWTYPE;
4681: --x_material_detail gme_material_details%ROWTYPE;
4682: --x_tran_row gme_inventory_txns_gtmp%ROWTYPE;
4683: x_def_tran_row gme_inventory_txns_gtmp%ROWTYPE;
4684: p_validation_level NUMBER := 100; --gme_api_pub.max_errors;
4685:
4686: message_number NUMBER := 0;
4687: dummy_cnt NUMBER := 0;
4688: dummy_number NUMBER := 0;

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

4859: p_create_lot := FND_API.G_TRUE; --TRUE;
4860: temp_lot_no := p_sample.lot_number;
4861: END IF; -- test for lot id
4862:
4863: -- Bug 4165704: gme_api_pub.insert_line_allocation replaced by create_material_txns
4864: -- GME_API_PUB.insert_line_allocation(
4865: -- p_api_version => 2.0
4866: --, p_validation_level => p_validation_level
4867: --, p_init_msg_list => FALSE

Line 4864: -- GME_API_PUB.insert_line_allocation(

4860: temp_lot_no := p_sample.lot_number;
4861: END IF; -- test for lot id
4862:
4863: -- Bug 4165704: gme_api_pub.insert_line_allocation replaced by create_material_txns
4864: -- GME_API_PUB.insert_line_allocation(
4865: -- p_api_version => 2.0
4866: --, p_validation_level => p_validation_level
4867: --, p_init_msg_list => FALSE
4868: --, p_commit => FALSE

Line 4895: GME_API_PUB.create_material_txn(

4891: p_mmli_tbl(1).primary_quantity := p_mmti_rec.transaction_quantity;
4892: p_mmli_tbl(1).secondary_transaction_quantity := p_mmti_rec.secondary_transaction_quantity;
4893: END IF;
4894:
4895: GME_API_PUB.create_material_txn(
4896: p_api_version => 2.0
4897: , p_validation_level => p_validation_level
4898: , p_init_msg_list => fnd_api.g_false --FALSE
4899: , p_commit => fnd_api.g_false --FALSE

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

4973:
4974: l_batch_header.batch_id := p_batch_id;
4975:
4976: /* took this code out but must put back gme functionality
4977: gme_api_pub.save_batch(p_batch_header => l_batch_header,
4978: p_commit => FALSE,
4979: x_return_status => l_return_status);
4980:
4981: IF (l_return_status <> 'S') THEN