DBA Data[Home] [Help]

APPS.JTF_RS_ROLE_RELATE_PVT dependencies on FND_CONCURRENT_PROGRAMS_VL

Line 478: from fnd_concurrent_programs_vl

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

Line 1636: from fnd_concurrent_programs_vl

1632:
1633: cursor conc_prog_cur
1634: is
1635: select description
1636: from fnd_concurrent_programs_vl
1637: where concurrent_program_name = 'JTFRSRMG'
1638: and application_id = 690;
1639:
1640: l_role_type_valid boolean := false;

Line 2774: from fnd_concurrent_programs_vl

2770:
2771: cursor conc_prog_cur
2772: is
2773: select description
2774: from fnd_concurrent_programs_vl
2775: where concurrent_program_name = 'JTFRSRMG'
2776: and application_id = 690;
2777: BEGIN
2778: