DBA Data[Home] [Help]

APPS.JAI_PO_TAX_PKG dependencies on DUAL

Line 2451: FROM Dual;

2447:
2448: -- Get the Line Focus Id from the Sequence
2449:
2450: CURSOR Fetch_Focus_Id IS SELECT JAI_PO_LINE_LOCATIONS_S.NEXTVAL
2451: FROM Dual;
2452:
2453: ------------------------------ ------------------------------ ------------------------------ ------------------------------
2454:
2455: CURSOR Lines_Cur IS SELECT DISTINCT Po_Line_Id

Line 5158: SELECT JAI_PO_LINE_LOCATIONS_S.nextval FROM Dual;

5154:
5155: v_line_id NUMBER;
5156:
5157: CURSOR Fetch_Focus_Id_Cur IS
5158: SELECT JAI_PO_LINE_LOCATIONS_S.nextval FROM Dual;
5159:
5160: -- Cursor definition for picking line_location_id from po_line_locations_all
5161:
5162: CURSOR Fetch_Line_Loc_Id_Cur IS