DBA Data[Home] [Help]

APPS.OE_APPROVALS_WF dependencies on DUAL

Line 1707: FROM SYS.DUAL;

1703: END IF;
1704:
1705: SELECT TO_CHAR (oe_ame_parallel_s.NEXTVAL)
1706: INTO l_item_key
1707: FROM SYS.DUAL;
1708:
1709: IF l_debug_level > 0
1710: THEN
1711: oe_debug_pub.ADD ('item key derived is:' || l_item_key);

Line 3233: ('this might be a parallel flow from dual chain of authority.do no abort'

3229: WHEN NO_DATA_FOUND
3230: THEN
3231: IF l_debug_level > 0 THEN
3232: oe_debug_pub.ADD
3233: ('this might be a parallel flow from dual chain of authority.do no abort'
3234: );
3235: END IF ;
3236: END;
3237: END LOOP;