DBA Data[Home] [Help]

APPS.OE_SHIPPING_INTEGRATION_PVT dependencies on OE_SYS_PARAMETERS

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

1811:
1812:
1813: Inv_Decimals_PUB.Validate_Quantity
1814: ( p_item_id => l_line_rec.inventory_item_id,
1815: p_organization_id => OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'),
1816: p_input_quantity => l_tolerance_quantity_below,
1817: p_uom_code => l_line_rec.order_quantity_uom,
1818: x_output_quantity => l_validated_quantity,
1819: x_primary_quantity => l_primary_quantity,

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

1855: END IF;
1856:
1857: Inv_Decimals_PUB.Validate_Quantity
1858: ( p_item_id => l_line_rec.inventory_item_id,
1859: p_organization_id => OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'),
1860: p_input_quantity => l_tolerance_quantity_above,
1861: p_uom_code => l_line_rec.order_quantity_uom,
1862: x_output_quantity => l_validated_quantity,
1863: x_primary_quantity => l_primary_quantity,

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

1934: END IF;
1935:
1936: Inv_Decimals_PUB.Validate_Quantity
1937: (p_item_id => l_line_rec.inventory_item_id,
1938: p_organization_id => OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'),
1939: p_input_quantity => l_temp_shipped_quantity,
1940: p_uom_code => l_line_rec.order_quantity_uom,
1941: x_output_quantity => l_validated_quantity,
1942: x_primary_quantity => l_primary_quantity,

Line 6034: OE_Sys_Parameters.Value('FIRM_DEMAND_EVENTS') = 'SHIPPING_INTERFACED'

6030: IF l_return_status = FND_API.G_RET_STS_SUCCESS OR
6031: l_return_status = 'W' THEN
6032:
6033: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' AND
6034: OE_Sys_Parameters.Value('FIRM_DEMAND_EVENTS') = 'SHIPPING_INTERFACED'
6035: THEN
6036: l_firm_flag := 'Y';
6037: END IF;
6038: