DBA Data[Home] [Help]

APPS.OE_ACCEPTANCE_PVT dependencies on OE_SYS_PARAMETERS

Line 235: IF NVL(OE_SYS_PARAMETERS.VALUE('ENABLE_FULFILLMENT_ACCEPTANCE'), 'N') = 'N' THEN

231:
232: l_line_count := G_LINE_ID_TBL.COUNT;
233: -- changes for bug# 5232503
234: -- accept all lines sent by implicit program without any check for eligibility if system param is turned off
235: IF NVL(OE_SYS_PARAMETERS.VALUE('ENABLE_FULFILLMENT_ACCEPTANCE'), 'N') = 'N' THEN
236: SELECT header_id, item_type_code, top_model_line_id, fulfilled_quantity,
237: shipped_quantity, ordered_quantity, flow_status_code
238: INTO l_header_id, l_item_type_code, l_top_model_line_id, l_fulfilled_quantity,
239: l_shipped_quantity, l_ordered_quantity, l_flow_status_code