DBA Data[Home] [Help]

APPS.CCT_ICJUMPSTART_PUB dependencies on JTF_RS_RESOURCE_PARAMS

Line 350: from jtf_rs_resource_params

346:
347: Begin
348: Select resource_param_id
349: into l_agent_param_id
350: from jtf_rs_resource_params
351: where name =l_agent_param_name
352: and param_type=l_middleware_type_id;
353:
354: --Create the resource value now

Line 398: from jtf_rs_resource_params

394:
395: Begin
396: Select resource_param_id
397: into l_agent_param_id
398: from jtf_rs_resource_params
399: where name =l_agent_param_name
400: and param_type=l_middleware_type_id;
401:
402: --Create the resource value now

Line 446: from jtf_rs_resource_params

442:
443: Begin
444: Select resource_param_id
445: into l_agent_param_id
446: from jtf_rs_resource_params
447: where name =l_agent_param_name
448: and param_type=l_middleware_type_id;
449:
450: --Create the resource value now