DBA Data[Home] [Help]

APPS.WMS_PARAMETER_EXT dependencies on WMS_PARAMETER_PVT

Line 48: -- Wrapper around the wms_parameter_pvt.GetSOHeaderLineID(). This is a wrapper around the

44: -- ---------------------------------------------------------------------------------------
45: -- {Start Of Comments}
46: --
47: -- Description:
48: -- Wrapper around the wms_parameter_pvt.GetSOHeaderLineID(). This is a wrapper around the
49: -- wms_parameter_pvt.GetSOHeaderLineID().
50: --
51: -- Prerequisites:
52: -- None

Line 49: -- wms_parameter_pvt.GetSOHeaderLineID().

45: -- {Start Of Comments}
46: --
47: -- Description:
48: -- Wrapper around the wms_parameter_pvt.GetSOHeaderLineID(). This is a wrapper around the
49: -- wms_parameter_pvt.GetSOHeaderLineID().
50: --
51: -- Prerequisites:
52: -- None
53: --

Line 141: l_return_val_wrap := wms_parameter_pvt.getsoheaderlineid(

137: if (l_debug = 1) then
138: trace(l_proc || ' Within if (p_header_flag = Y or p_line_flag = Y) condition');
139: end if;
140:
141: l_return_val_wrap := wms_parameter_pvt.getsoheaderlineid(
142: p_line_id => l_move_order_line_id
143: , p_transaction_source_type_id => l_transaction_source_type_id
144: , p_reference => l_reference
145: , p_reference_id => l_reference_id

Line 189: -- Wrapper around the wms_parameter_pvt.GetPOHeaderLineID(). If the p_line_location_flag is

185: -- ---------------------------------------------------------------------------------------
186: -- {Start Of Comments}
187: --
188: -- Description:
189: -- Wrapper around the wms_parameter_pvt.GetPOHeaderLineID(). If the p_line_location_flag is
190: -- 'Y', then the po_line_location_id is derved within this function. In all other casess
191: -- the wms_parameter_pvt.GetPOHeaderLineID() is called to derive th appropraite values.
192: --
193: -- Prerequisites:

Line 191: -- the wms_parameter_pvt.GetPOHeaderLineID() is called to derive th appropraite values.

187: --
188: -- Description:
189: -- Wrapper around the wms_parameter_pvt.GetPOHeaderLineID(). If the p_line_location_flag is
190: -- 'Y', then the po_line_location_id is derved within this function. In all other casess
191: -- the wms_parameter_pvt.GetPOHeaderLineID() is called to derive th appropraite values.
192: --
193: -- Prerequisites:
194: -- None
195: --

Line 296: l_return_val_wrap := wms_parameter_pvt.getpoheaderlineid(

292: if (l_debug = 1) then
293: trace(l_proc || ' Within if (p_header_flag = Y or p_line_flag = Y) condition');
294: end if;
295:
296: l_return_val_wrap := wms_parameter_pvt.getpoheaderlineid(
297: p_transaction_source_type_id => l_transaction_source_type_id
298: , p_reference => l_reference
299: , p_reference_id => l_reference_id
300: , p_header_flag => p_header_flag

Line 347: -- Wrapper around the wms_parameter_pvt.GetItemOnhand().

343: -- ---------------------------------------------------------------------------------------
344: -- {Start Of Comments}
345: --
346: -- Description:
347: -- Wrapper around the wms_parameter_pvt.GetItemOnhand().
348: --
349: -- Prerequisites:
350: -- None
351: --

Line 416: l_return_val_wrap := wms_parameter_pvt.getitemonhand(

412: if get_item_primary_uom%NOTFOUND then
413: close get_item_primary_uom;
414: return null;
415: else
416: l_return_val_wrap := wms_parameter_pvt.getitemonhand(
417: p_organization_id => p_organization_id
418: , p_inventory_item_id => p_inventory_item_id
419: , p_subinventory_code => p_subinventory_code
420: , p_locator_id => p_locator_id

Line 451: -- Wrapper around the wms_parameter_pvt.GetNumOtherLots().

447: -- ---------------------------------------------------------------------------------------
448: -- {Start Of Comments}
449: --
450: -- Description:
451: -- Wrapper around the wms_parameter_pvt.GetNumOtherLots().
452: --
453: -- Prerequisites:
454: -- None
455: --

Line 509: l_return_val_wrap := wms_parameter_pvt.GetNumOtherLots(

505: if get_lot_other_info%NOTFOUND then
506: close get_lot_other_info;
507: return null;
508: else
509: l_return_val_wrap := wms_parameter_pvt.GetNumOtherLots(
510: p_organization_id => l_organization_id
511: , p_inventory_item_id => l_inventory_item_id
512: , p_subinventory_code => l_subinventory_code
513: , p_locator_id => l_locator_id