DBA Data[Home] [Help]

APPS.JTF_RS_ROLE_RELATE_PVT dependencies on FND_CONCURRENT_PROGRAMS_VL

Line 476: from fnd_concurrent_programs_vl

472:
473: cursor conc_prog_cur
474: is
475: select description
476: from fnd_concurrent_programs_vl
477: where concurrent_program_name = 'JTFRSRMG'
478: and application_id = 690;
479:
480: l_role_type_valid boolean := false;

Line 1622: from fnd_concurrent_programs_vl

1618:
1619: cursor conc_prog_cur
1620: is
1621: select description
1622: from fnd_concurrent_programs_vl
1623: where concurrent_program_name = 'JTFRSRMG'
1624: and application_id = 690;
1625:
1626: l_role_type_valid boolean := false;

Line 2748: from fnd_concurrent_programs_vl

2744:
2745: cursor conc_prog_cur
2746: is
2747: select description
2748: from fnd_concurrent_programs_vl
2749: where concurrent_program_name = 'JTFRSRMG'
2750: and application_id = 690;
2751: BEGIN
2752: