DBA Data[Home] [Help]

APPS.PA_PLAN_RL_FORMATS_PKG dependencies on DUAL

Line 33: Dual;

29: Cursor Get_ItemId is
30: Select
31: Pa_Plan_RL_Formats_S.nextval
32: From
33: Dual;
34:
35: l_Plan_RL_Format_id NUMBER := Null;
36: l_RowId ROWID := Null;
37: