DBA Data[Home] [Help]

APPS.PER_SST_BUS dependencies on PER_RI_SETUP_SUB_TASKS_TL

Line 31: per_ri_setup_sub_tasks_tl sst

27: cursor csr_sec_grp is
28: select Null -- pbg.security_group_id,
29: -- pbg.legislation_code
30: from --per_business_groups_perf pbg
31: per_ri_setup_sub_tasks_tl sst
32: -- , EDIT_HERE table_name(s) 333
33: where sst.setup_sub_task_code = p_setup_sub_task_code;
34: -- and pbg.business_group_id = EDIT_HERE 333.business_group_id;
35: --

Line 103: per_ri_setup_sub_tasks_tl sst

99:
100: cursor csr_leg_code is
101: select null --pbg.legislation_code
102: from -- per_business_groups_perf pbg
103: per_ri_setup_sub_tasks_tl sst
104: -- , EDIT_HERE table_name(s) 333
105: where sst.setup_sub_task_code = p_setup_sub_task_code;
106: -- and pbg.business_group_id = EDIT_HERE 333.business_group_id;
107: --