DBA Data[Home] [Help]

APPS.AMV_PERSPECTIVE_PVT dependencies on AMV_I_ITEM_PERSPECTIVES_S

Line 1072: Select amv_i_item_perspectives_s.nextval, sysdate

1068: Where item_id = p_item_id
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.

Line 1276: Select amv_i_item_perspectives_s.nextval, sysdate

1272: Where item_id = p_item_id
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.