DBA Data[Home] [Help]

APPS.AMV_CHANNEL_PVT dependencies on JTF_RS_GROUPS_VL

Line 1657: from JTF_RS_GROUPS_VL

1653: and language = userenv('lang');
1654:
1655: CURSOR Get_GroupName IS
1656: select group_name
1657: from JTF_RS_GROUPS_VL
1658: where group_id = p_group_id;
1659:
1660: BEGIN
1661: -- Standard begin of API savepoint