DBA Data[Home] [Help]

APPS.JAI_PO_TAX_PKG dependencies on DUAL

Line 3175: FROM Dual;

3171:
3172: -- Get the Line Focus Id from the Sequence
3173:
3174: CURSOR Fetch_Focus_Id IS SELECT JAI_PO_LINE_LOCATIONS_S.NEXTVAL
3175: FROM Dual;
3176:
3177: ------------------------------ ------------------------------ ------------------------------ ------------------------------
3178:
3179: CURSOR Lines_Cur IS SELECT DISTINCT Po_Line_Id

Line 6547: SELECT JAI_PO_LINE_LOCATIONS_S.nextval FROM Dual;

6543:
6544: v_line_id NUMBER;
6545:
6546: CURSOR Fetch_Focus_Id_Cur IS
6547: SELECT JAI_PO_LINE_LOCATIONS_S.nextval FROM Dual;
6548:
6549: -- Cursor definition for picking line_location_id from po_line_locations_all
6550:
6551: CURSOR Fetch_Line_Loc_Id_Cur IS