DBA Data[Home] [Help]

APPS.JTF_RS_GRP_MEMBERSHIP_PUB dependencies on JTF_RS_RESOURCE_EXTNS_VL

Line 67: from jtf_rs_resource_extns_vl

63: is
64: select start_date_active,
65: end_date_active,
66: resource_name
67: from jtf_rs_resource_extns_vl
68: where resource_id = l_resource_id;
69:
70: cursor get_group_name(l_group_id number)
71: is