DBA Data[Home] [Help]

APPS.OE_ORDER_CLOSE_UTIL dependencies on OE_SYS_PARAMETERS

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

571: END IF;
572: END IF;
573:
574: --Customer Acceptance
575: IF nvl(OE_SYS_PARAMETERS.VALUE('ENABLE_FULFILLMENT_ACCEPTANCE'), 'N') = 'Y' THEN
576:
577: OE_Line_Util.Query_Row(p_line_id => p_line_id,x_line_rec => l_line_rec);
578:
579: -- need to check if the line is accepted when re-tried from progress order action