DBA Data[Home] [Help]

APPS.OE_SHIPPING_INTEGRATION_PVT dependencies on OE_SYS_PARAMETERS

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

1815:
1816:
1817: Inv_Decimals_PUB.Validate_Quantity
1818: ( p_item_id => l_line_rec.inventory_item_id,
1819: p_organization_id => OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'),
1820: p_input_quantity => l_tolerance_quantity_below,
1821: p_uom_code => l_line_rec.order_quantity_uom,
1822: x_output_quantity => l_validated_quantity,
1823: x_primary_quantity => l_primary_quantity,

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

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

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

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

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

6055: IF l_return_status = FND_API.G_RET_STS_SUCCESS OR
6056: l_return_status = 'W' THEN
6057:
6058: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' AND
6059: OE_Sys_Parameters.Value('FIRM_DEMAND_EVENTS') = 'SHIPPING_INTERFACED'
6060: THEN
6061: l_firm_flag := 'Y';
6062: END IF;
6063: