DBA Data[Home] [Help]

APPS.JTF_RS_RESOURCE_VALUES_PVT dependencies on FND_LOOKUPS

Line 1475: FROM jtf_rs_resource_params jrspm, fnd_lookups fnl

1471: l_APPLICATION_ID NUMBER := P_APPLICATION_ID;
1472:
1473: CURSOR c_rs_resource_param_list IS
1474: SELECT jrspm.resource_param_id, fnl.meaning, jrspm.type, jrspm.domain_lookup_type
1475: FROM jtf_rs_resource_params jrspm, fnd_lookups fnl
1476: WHERE jrspm.application_id = l_application_id
1477: AND jrspm.name = fnl.lookup_code
1478: AND fnl.lookup_type = 'IEM_AGENT_PARAMS';
1479: BEGIN