DBA Data[Home] [Help]

APPS.JTF_AMV_ITEM_PUB dependencies on JTF_AMV_ITEM_AUTHORS_S

Line 1541: Select jtf_amv_item_authors_s.nextval, sysdate

1537: Where author = p_author
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.