DBA Data[Home] [Help]

APPS.AMV_CONTENT_TYPE_PVT dependencies on AMV_I_CONTENT_TYPES_B_S

Line 74: AMV_I_CONTENT_TYPES_B_S.nextval, sysdate

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