DBA Data[Home] [Help]

APPS.OE_ACCEPTANCE_PVT dependencies on OE_SYS_PARAMETERS

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

287:
288: l_line_count := G_LINE_ID_TBL.COUNT;
289: -- changes for bug# 5232503
290: -- accept all lines sent by implicit program without any check for eligibility if system param is turned off
291: IF NVL(OE_SYS_PARAMETERS.VALUE('ENABLE_FULFILLMENT_ACCEPTANCE'), 'N') = 'N' THEN
292: SELECT header_id, item_type_code, top_model_line_id, fulfilled_quantity,
293: shipped_quantity, ordered_quantity, flow_status_code
294: INTO l_header_id, l_item_type_code, l_top_model_line_id, l_fulfilled_quantity,
295: l_shipped_quantity, l_ordered_quantity, l_flow_status_code