DBA Data[Home] [Help]

APPS.AMV_PERSPECTIVE_PVT dependencies on DUAL

Line 73: from dual;

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.
77: SAVEPOINT Add_Perspective_Pvt;

Line 1073: From Dual;

1069: And perspective_id = p_perspectiv_id;
1070: --
1071: CURSOR Get_IDandDate_csr is
1072: Select amv_i_item_perspectives_s.nextval, sysdate
1073: From Dual;
1074: --
1075: BEGIN
1076: -- Standard call to check for call compatibility.
1077: SAVEPOINT Add_ItemPersps_Pvt;

Line 1277: From Dual;

1273: And perspective_id = p_perspective_id;
1274: --
1275: CURSOR Get_IDandDate_csr is
1276: Select amv_i_item_perspectives_s.nextval, sysdate
1277: From Dual;
1278: --
1279: BEGIN
1280: -- Standard call to check for call compatibility.
1281: SAVEPOINT Add_ItemPersps_Pvt;