DBA Data[Home] [Help]

APPS.AMV_CHANNEL_PVT dependencies on AMV_C_CHL_PERSPECTIVES_S

Line 3417: select amv_c_chl_perspectives_s.nextval

3413: l_update_channel_flag Varchar2(1);
3414: l_chl_perspective_id number;
3415: --
3416: CURSOR C_ChanPerspective_Seq IS
3417: select amv_c_chl_perspectives_s.nextval
3418: from dual;
3419: BEGIN
3420: -- Standard begin of API savepoint
3421: SAVEPOINT Set_ChannelPerspectives_PVT;