DBA Data[Home] [Help]

APPS.OE_SHIP_CONFIRMATION_PUB dependencies on OE_SYS_PARAMETERS

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

272:
273: Inv_Decimals_PUB.Validate_Quantity
274: (
275: p_item_id => l_inventory_item_id,
276: p_organization_id => OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'),
277: p_input_quantity => l_temp_requested_quantity,
278: p_uom_code => l_order_quantity_uom,
279: x_output_quantity => l_validated_quantity,
280: x_primary_quantity => l_primary_quantity,

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

733:
734: Inv_Decimals_PUB.Validate_Quantity
735: (
736: p_item_id => l_inventory_item_id,
737: p_organization_id => OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'),
738: p_input_quantity => l_temp_shipped_quantity,
739: p_uom_code => l_order_quantity_uom,
740: x_output_quantity => l_validated_quantity,
741: x_primary_quantity => l_primary_quantity,

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

1615: END IF;
1616:
1617: Inv_Decimals_PUB.Validate_Quantity
1618: (p_item_id => p_ship_line_rec.inventory_item_id(p_index),
1619: p_organization_id => OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'),
1620: p_input_quantity => p_ship_line_rec.shipped_quantity(p_index),
1621: p_uom_code => p_ship_line_rec.order_quantity_uom(p_index),
1622: x_output_quantity => l_validated_quantity,
1623: x_primary_quantity => l_primary_quantity,