DBA Data[Home] [Help]

APPS.PER_WBT_BUS dependencies on PER_RI_WORKBENCH_ITEMS_TL

Line 33: per_ri_workbench_items_tl wbt

29: cursor csr_sec_grp is
30: select Null --pbg.security_group_id,
31: --pbg.legislation_code
32: from -- per_business_groups_perf pbg
33: per_ri_workbench_items_tl wbt
34: where wbt.workbench_item_code = p_workbench_item_code;
35:
36: --
37: -- Declare local variables

Line 103: -- per_ri_workbench_items_tl and PER_BUSINESS_GROUPS_PERF

99: --
100: -- Declare cursor
101: --
102: -- EDIT_HERE In the following cursor statement add join(s) between
103: -- per_ri_workbench_items_tl and PER_BUSINESS_GROUPS_PERF
104: -- so that the legislation_code for
105: -- the current business group context can be derived.
106: -- Remove this comment when the edit has been completed.
107: cursor csr_leg_code is

Line 110: per_ri_workbench_items_tl wbt

106: -- Remove this comment when the edit has been completed.
107: cursor csr_leg_code is
108: select null --pbg.legislation_code
109: from --per_business_groups_perf pbg
110: per_ri_workbench_items_tl wbt
111: -- , EDIT_HERE table_name(s) 333
112: where wbt.workbench_item_code = p_workbench_item_code
113: and wbt.language = p_language;
114: -- and pbg.business_group_id = EDIT_HERE 333.business_group_id;