DBA Data[Home] [Help]

APPS.OE_RMA_GRP dependencies on OE_GLOBALS

Line 356: IF itemtype = OE_GLOBALS.G_WFI_HDR THEN

352: END IF;
353:
354: IF (FUNCMODE = 'RUN') THEN
355:
356: IF itemtype = OE_GLOBALS.G_WFI_HDR THEN
357:
358: /* Get the Order Source ID of the Order */
359:
360: SELECT order_source_id

Line 524: IF itemtype = OE_GLOBALS.G_WFI_HDR THEN

520: END IF;
521:
522: IF (FUNCMODE = 'RUN') THEN
523:
524: IF itemtype = OE_GLOBALS.G_WFI_HDR THEN
525:
526: /* Get Notification ID for Return Order Approval NTF */
527:
528: OPEN ntf;