DBA Data[Home] [Help]

APPS.OE_SHIP_CONFIRMATION_PUB dependencies on OE_SYS_PARAMETERS

Line 284: p_organization_id => OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'),

280:
281: Inv_Decimals_PUB.Validate_Quantity
282: (
283: p_item_id => l_inventory_item_id,
284: p_organization_id => OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'),
285: p_input_quantity => l_temp_requested_quantity,
286: p_uom_code => l_order_quantity_uom,
287: x_output_quantity => l_validated_quantity,
288: x_primary_quantity => l_primary_quantity,

Line 752: p_organization_id => OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'),

748:
749: Inv_Decimals_PUB.Validate_Quantity
750: (
751: p_item_id => l_inventory_item_id,
752: p_organization_id => OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'),
753: p_input_quantity => l_temp_shipped_quantity,
754: p_uom_code => l_order_quantity_uom,
755: x_output_quantity => l_validated_quantity,
756: x_primary_quantity => l_primary_quantity,

Line 1705: p_organization_id => OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'),

1701: END IF;
1702:
1703: Inv_Decimals_PUB.Validate_Quantity
1704: (p_item_id => p_ship_line_rec.inventory_item_id(p_index),
1705: p_organization_id => OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'),
1706: p_input_quantity => p_ship_line_rec.shipped_quantity(p_index),
1707: p_uom_code => p_ship_line_rec.order_quantity_uom(p_index),
1708: x_output_quantity => l_validated_quantity,
1709: x_primary_quantity => l_primary_quantity,