DBA Data[Home] [Help]

APPS.JAI_PO_TAX_PKG dependencies on JAI_PO_LINE_LOCATIONS_S

Line 3174: CURSOR Fetch_Focus_Id IS SELECT JAI_PO_LINE_LOCATIONS_S.NEXTVAL

3170: ------------------------------ ------------------------------ ------------------------------ ------------------------------
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:

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