DBA Data[Home] [Help]

APPS.JTF_AMV_ITEM_PUB dependencies on DUAL

Line 124: from dual;

120: --
121: CURSOR Get_DateAndId_csr IS
122: select
123: JTF_AMV_ITEMS_B_S.nextval, sysdate
124: from dual;
125: --
126: BEGIN
127: -- Standard call to check for call compatibility.
128: SAVEPOINT Create_Item_Pub;

Line 1028: From Dual;

1024: And item_id = p_item_id;
1025: --
1026: CURSOR Get_IDandDate_csr is
1027: Select jtf_amv_item_keywords_s.nextval, sysdate
1028: From Dual;
1029: --
1030: BEGIN
1031: -- Standard call to check for call compatibility.
1032: SAVEPOINT Add_ItemKeyword_Pub;

Line 1542: From Dual;

1538: And item_id = p_item_id;
1539: --
1540: CURSOR Get_IDandDate_csr is
1541: Select jtf_amv_item_authors_s.nextval, sysdate
1542: From Dual;
1543: --
1544: BEGIN
1545: -- Standard call to check for call compatibility.
1546: SAVEPOINT Add_ItemAuthor_Pub;