DBA Data[Home] [Help]

APPS.CSFW_DEBRIEF_PUB dependencies on JTF_RS_RESOURCE_EXTNS

Line 184: from CSP_RS_RESOURCES_V b, jtf_rs_resource_extns a

180: l_project_task_id number;
181:
182: cursor find_resource is
183: select a.resource_id resource_id, b.resource_type resource_type
184: from CSP_RS_RESOURCES_V b, jtf_rs_resource_extns a
185: where a.resource_id =b.resource_id
186: and a.user_id = FND_GLOBAL.USER_ID;
187:
188: r_find_resource find_resource%ROWTYPE;

Line 1167: from CSP_RS_RESOURCES_V b, jtf_rs_resource_extns a

1163:
1164:
1165: cursor find_resource is
1166: select a.resource_id resource_id, b.resource_type resource_type
1167: from CSP_RS_RESOURCES_V b, jtf_rs_resource_extns a
1168: where a.resource_id =b.resource_id
1169: and a.user_id = FND_GLOBAL.USER_ID;
1170:
1171: r_find_resource find_resource%ROWTYPE;