DBA Data[Home] [Help]

APPS.JAI_PO_HA_TRIGGER_PKG dependencies on JAI_PO_LINE_LOCATIONS_S

Line 335: SELECT JAI_PO_LINE_LOCATIONS_S.NEXTVAL

331:
332: -- Get the Line Focus Id from the Sequence
333:
334: CURSOR Fetch_Focus_Id IS
335: SELECT JAI_PO_LINE_LOCATIONS_S.NEXTVAL
336: FROM Dual;
337:
338: CURSOR Chk_Line_Count IS
339: SELECT NVL( COUNT( Po_Line_Id ), 0 )