DBA Data[Home] [Help]

APPS.AMV_PERSPECTIVE_PVT dependencies on AMV_I_PERSPECTIVES_B_S

Line 72: AMV_I_PERSPECTIVES_B_S.nextval, sysdate

68: l_current_date date;
69: --
70: CURSOR Get_DateAndId_csr IS
71: select
72: AMV_I_PERSPECTIVES_B_S.nextval, sysdate
73: from dual;
74: --
75: BEGIN
76: -- Standard call to check for call compatibility.