DBA Data[Home] [Help]

APPS.JMF_SHIKYU_ALLOCATION_PVT dependencies on STANDARD

Line 314: -- p_api_version Standard API parameter

310: -- PROCEDURE NAME: Allocate_Quantity
311: -- TYPE : PUBLIC
312: -- PARAMETERS :
313: -- IN:
314: -- p_api_version Standard API parameter
315: -- p_init_msg_list Standard API parameter
316: -- p_subcontract_po_shipment_id Subcontract Order Shipment Identifier
317: -- p_component_id SHIKYU Component Identifier
318: -- p_replen_so_line_id Replenishment Sales Order Line Identifier

Line 315: -- p_init_msg_list Standard API parameter

311: -- TYPE : PUBLIC
312: -- PARAMETERS :
313: -- IN:
314: -- p_api_version Standard API parameter
315: -- p_init_msg_list Standard API parameter
316: -- p_subcontract_po_shipment_id Subcontract Order Shipment Identifier
317: -- p_component_id SHIKYU Component Identifier
318: -- p_replen_so_line_id Replenishment Sales Order Line Identifier
319: -- p_primary_uom primary Unit Of Measure code of the

Line 323: -- x_return_status Standard API parameter

319: -- p_primary_uom primary Unit Of Measure code of the
320: -- SHIKYU Component to be allocated
321: -- p_qty_to_allocate Quantity to be allocated in primary UOM
322: -- OUT:
323: -- x_return_status Standard API parameter
324: -- x_msg_count Standard API parameter
325: -- x_msg_data Standard API parameter
326: -- x_qty_allocated Actual allocated quantity
327: --

Line 324: -- x_msg_count Standard API parameter

320: -- SHIKYU Component to be allocated
321: -- p_qty_to_allocate Quantity to be allocated in primary UOM
322: -- OUT:
323: -- x_return_status Standard API parameter
324: -- x_msg_count Standard API parameter
325: -- x_msg_data Standard API parameter
326: -- x_qty_allocated Actual allocated quantity
327: --
328: -- DESCRIPTION : Create allocations between the Subcontracting PO Shipment

Line 325: -- x_msg_data Standard API parameter

321: -- p_qty_to_allocate Quantity to be allocated in primary UOM
322: -- OUT:
323: -- x_return_status Standard API parameter
324: -- x_msg_count Standard API parameter
325: -- x_msg_data Standard API parameter
326: -- x_qty_allocated Actual allocated quantity
327: --
328: -- DESCRIPTION : Create allocations between the Subcontracting PO Shipment
329: -- and Replenishment SO Line specified by the IN parameters

Line 634: -- p_api_version Standard API parameter

630: -- PROCEDURE NAME: Allocate_Quantity
631: -- TYPE : PUBLIC
632: -- PARAMETERS :
633: -- IN:
634: -- p_api_version Standard API parameter
635: -- p_init_msg_list Standard API parameter
636: -- p_subcontract_po_shipment_id Subcontract Order Shipment Identifier
637: -- p_component_id SHIKYU Component Identifier
638: -- p_qty_to_allocate Quantity to be allocated in primary UOM

Line 635: -- p_init_msg_list Standard API parameter

631: -- TYPE : PUBLIC
632: -- PARAMETERS :
633: -- IN:
634: -- p_api_version Standard API parameter
635: -- p_init_msg_list Standard API parameter
636: -- p_subcontract_po_shipment_id Subcontract Order Shipment Identifier
637: -- p_component_id SHIKYU Component Identifier
638: -- p_qty_to_allocate Quantity to be allocated in primary UOM
639: -- p_available_replen_tbl PL/SQL table containing the replenishment

Line 643: -- x_return_status Standard API parameter

639: -- p_available_replen_tbl PL/SQL table containing the replenishment
640: -- SO Lines available for allocations to
641: -- the Subcontracting PO shipment specified
642: -- OUT:
643: -- x_return_status Standard API parameter
644: -- x_msg_count Standard API parameter
645: -- x_msg_data Standard API parameter
646: -- x_qty_allocated Actual allocated quantity
647: --

Line 644: -- x_msg_count Standard API parameter

640: -- SO Lines available for allocations to
641: -- the Subcontracting PO shipment specified
642: -- OUT:
643: -- x_return_status Standard API parameter
644: -- x_msg_count Standard API parameter
645: -- x_msg_data Standard API parameter
646: -- x_qty_allocated Actual allocated quantity
647: --
648: -- DESCRIPTION : Create allocations between the Subcontracting PO Shipment

Line 645: -- x_msg_data Standard API parameter

641: -- the Subcontracting PO shipment specified
642: -- OUT:
643: -- x_return_status Standard API parameter
644: -- x_msg_count Standard API parameter
645: -- x_msg_data Standard API parameter
646: -- x_qty_allocated Actual allocated quantity
647: --
648: -- DESCRIPTION : Create allocations between the Subcontracting PO Shipment
649: -- and the list of available Replenishment SO Lines, specified

Line 763: -- p_api_version Standard API parameter

759: -- PROCEDURE NAME: Get_Available_Replenishment_So
760: -- TYPE : PUBLIC
761: -- PARAMETERS :
762: -- IN:
763: -- p_api_version Standard API parameter
764: -- p_init_msg_list Standard API parameter
765: -- p_subcontract_po_shipment_id Subcontract Order Shipment Identifier
766: -- p_component_id SHIKYU Component Identifier
767: -- p_qty Quantity of the specified subcontracting

Line 764: -- p_init_msg_list Standard API parameter

760: -- TYPE : PUBLIC
761: -- PARAMETERS :
762: -- IN:
763: -- p_api_version Standard API parameter
764: -- p_init_msg_list Standard API parameter
765: -- p_subcontract_po_shipment_id Subcontract Order Shipment Identifier
766: -- p_component_id SHIKYU Component Identifier
767: -- p_qty Quantity of the specified subcontracting
768: -- component required

Line 770: -- x_return_status Standard API parameter

766: -- p_component_id SHIKYU Component Identifier
767: -- p_qty Quantity of the specified subcontracting
768: -- component required
769: -- OUT:
770: -- x_return_status Standard API parameter
771: -- x_msg_count Standard API parameter
772: -- x_msg_data Standard API parameter
773: -- x_available_replen_tbl PL/SQL table containing records of
774: -- g_replen_so_qty_rec_type that represents

Line 771: -- x_msg_count Standard API parameter

767: -- p_qty Quantity of the specified subcontracting
768: -- component required
769: -- OUT:
770: -- x_return_status Standard API parameter
771: -- x_msg_count Standard API parameter
772: -- x_msg_data Standard API parameter
773: -- x_available_replen_tbl PL/SQL table containing records of
774: -- g_replen_so_qty_rec_type that represents
775: -- the list of Replenishment Sales Order Lines

Line 772: -- x_msg_data Standard API parameter

768: -- component required
769: -- OUT:
770: -- x_return_status Standard API parameter
771: -- x_msg_count Standard API parameter
772: -- x_msg_data Standard API parameter
773: -- x_available_replen_tbl PL/SQL table containing records of
774: -- g_replen_so_qty_rec_type that represents
775: -- the list of Replenishment Sales Order Lines
776: -- with unallocated quantity available to

Line 1192: -- p_api_version Standard API parameter

1188: -- PROCEDURE NAME: Get_Available_Replenishment_Po
1189: -- TYPE : PUBLIC
1190: -- PARAMETERS :
1191: -- IN:
1192: -- p_api_version Standard API parameter
1193: -- p_init_msg_list Standard API parameter
1194: -- p_subcontract_po_shipment_id Subcontract Order Shipment Identifier
1195: -- p_component_id SHIKYU Component Identifier
1196: -- p_qty Quantity of the specified subcontracting

Line 1193: -- p_init_msg_list Standard API parameter

1189: -- TYPE : PUBLIC
1190: -- PARAMETERS :
1191: -- IN:
1192: -- p_api_version Standard API parameter
1193: -- p_init_msg_list Standard API parameter
1194: -- p_subcontract_po_shipment_id Subcontract Order Shipment Identifier
1195: -- p_component_id SHIKYU Component Identifier
1196: -- p_qty Quantity of the specified subcontracting
1197: -- component required

Line 1199: -- x_return_status Standard API parameter

1195: -- p_component_id SHIKYU Component Identifier
1196: -- p_qty Quantity of the specified subcontracting
1197: -- component required
1198: -- OUT:
1199: -- x_return_status Standard API parameter
1200: -- x_msg_count Standard API parameter
1201: -- x_msg_data Standard API parameter
1202: -- x_available_replen_tbl PL/SQL table containing records of
1203: -- g_replen_po_qty_rec_type that represents

Line 1200: -- x_msg_count Standard API parameter

1196: -- p_qty Quantity of the specified subcontracting
1197: -- component required
1198: -- OUT:
1199: -- x_return_status Standard API parameter
1200: -- x_msg_count Standard API parameter
1201: -- x_msg_data Standard API parameter
1202: -- x_available_replen_tbl PL/SQL table containing records of
1203: -- g_replen_po_qty_rec_type that represents
1204: -- the list of Replenishment PO Shipments

Line 1201: -- x_msg_data Standard API parameter

1197: -- component required
1198: -- OUT:
1199: -- x_return_status Standard API parameter
1200: -- x_msg_count Standard API parameter
1201: -- x_msg_data Standard API parameter
1202: -- x_available_replen_tbl PL/SQL table containing records of
1203: -- g_replen_po_qty_rec_type that represents
1204: -- the list of Replenishment PO Shipments
1205: -- with remaining quantity that does not

Line 2011: -- p_api_version Standard API parameter

2007: -- PROCEDURE NAME: Create_New_Allocations
2008: -- TYPE : PUBLIC
2009: -- PARAMETERS :
2010: -- IN:
2011: -- p_api_version Standard API parameter
2012: -- p_init_msg_list Standard API parameter
2013: -- p_subcontract_po_shipment_id Subcontract Order Shipment Identifier
2014: -- p_component_id SHIKYU Component Identifier
2015: -- p_qty Quantity of allocations to be created

Line 2012: -- p_init_msg_list Standard API parameter

2008: -- TYPE : PUBLIC
2009: -- PARAMETERS :
2010: -- IN:
2011: -- p_api_version Standard API parameter
2012: -- p_init_msg_list Standard API parameter
2013: -- p_subcontract_po_shipment_id Subcontract Order Shipment Identifier
2014: -- p_component_id SHIKYU Component Identifier
2015: -- p_qty Quantity of allocations to be created
2016: -- p_skip_po_replen_creation Skip creation of new Replenishment PO for

Line 2021: -- x_return_status Standard API parameter

2017: -- sync-ship component (in cases where there
2018: -- are not enough available Replenishments)
2019: -- if the value is 'Y'
2020: -- OUT:
2021: -- x_return_status Standard API parameter
2022: -- x_msg_count Standard API parameter
2023: -- x_msg_data Standard API parameter
2024: --
2025: -- DESCRIPTION : Create allocations for the Subcontracting Component and

Line 2022: -- x_msg_count Standard API parameter

2018: -- are not enough available Replenishments)
2019: -- if the value is 'Y'
2020: -- OUT:
2021: -- x_return_status Standard API parameter
2022: -- x_msg_count Standard API parameter
2023: -- x_msg_data Standard API parameter
2024: --
2025: -- DESCRIPTION : Create allocations for the Subcontracting Component and
2026: -- the quantity specified by the IN parmeters. This procedure

Line 2023: -- x_msg_data Standard API parameter

2019: -- if the value is 'Y'
2020: -- OUT:
2021: -- x_return_status Standard API parameter
2022: -- x_msg_count Standard API parameter
2023: -- x_msg_data Standard API parameter
2024: --
2025: -- DESCRIPTION : Create allocations for the Subcontracting Component and
2026: -- the quantity specified by the IN parmeters. This procedure
2027: -- determines whether the SHIKYU component is Pre-positioned

Line 2633: -- p_api_version Standard API parameter

2629: -- PROCEDURE NAME: Reduce_Allocations
2630: -- TYPE : PUBLIC
2631: -- PARAMETERS :
2632: -- IN:
2633: -- p_api_version Standard API parameter
2634: -- p_init_msg_list Standard API parameter
2635: -- p_subcontract_po_shipment_id Subcontract Order Shipment Identifier
2636: -- p_component_id SHIKYU Component Identifier
2637: -- p_replen_so_line_id Replenishment Sales Order Line Identifier

Line 2634: -- p_init_msg_list Standard API parameter

2630: -- TYPE : PUBLIC
2631: -- PARAMETERS :
2632: -- IN:
2633: -- p_api_version Standard API parameter
2634: -- p_init_msg_list Standard API parameter
2635: -- p_subcontract_po_shipment_id Subcontract Order Shipment Identifier
2636: -- p_component_id SHIKYU Component Identifier
2637: -- p_replen_so_line_id Replenishment Sales Order Line Identifier
2638: -- p_qty_to_reduce Quantity to be deallocated

Line 2640: -- x_return_status Standard API parameter

2636: -- p_component_id SHIKYU Component Identifier
2637: -- p_replen_so_line_id Replenishment Sales Order Line Identifier
2638: -- p_qty_to_reduce Quantity to be deallocated
2639: -- OUT:
2640: -- x_return_status Standard API parameter
2641: -- x_msg_count Standard API parameter
2642: -- x_msg_data Standard API parameter
2643: -- x_actual_reduced_qty The actual quantity that was deallocated
2644: -- x_reduced_allocations_tbl PL/SQL Table containing information such

Line 2641: -- x_msg_count Standard API parameter

2637: -- p_replen_so_line_id Replenishment Sales Order Line Identifier
2638: -- p_qty_to_reduce Quantity to be deallocated
2639: -- OUT:
2640: -- x_return_status Standard API parameter
2641: -- x_msg_count Standard API parameter
2642: -- x_msg_data Standard API parameter
2643: -- x_actual_reduced_qty The actual quantity that was deallocated
2644: -- x_reduced_allocations_tbl PL/SQL Table containing information such
2645: -- as the actual deallocated quantity from

Line 2642: -- x_msg_data Standard API parameter

2638: -- p_qty_to_reduce Quantity to be deallocated
2639: -- OUT:
2640: -- x_return_status Standard API parameter
2641: -- x_msg_count Standard API parameter
2642: -- x_msg_data Standard API parameter
2643: -- x_actual_reduced_qty The actual quantity that was deallocated
2644: -- x_reduced_allocations_tbl PL/SQL Table containing information such
2645: -- as the actual deallocated quantity from
2646: -- the allocations being reduced.