DBA Data[Home] [Help]

APPS.OE_ORDER_CLOSE_UTIL dependencies on OE_SYS_PARAMETERS

Line 565: IF nvl(OE_SYS_PARAMETERS.VALUE('ENABLE_FULFILLMENT_ACCEPTANCE'), 'N') = 'Y' THEN

561: END IF;
562: END IF;
563:
564: --Customer Acceptance
565: IF nvl(OE_SYS_PARAMETERS.VALUE('ENABLE_FULFILLMENT_ACCEPTANCE'), 'N') = 'Y' THEN
566:
567: OE_Line_Util.Query_Row(p_line_id => p_line_id,x_line_rec => l_line_rec);
568:
569: -- need to check if the line is accepted when re-tried from progress order action