DBA Data[Home] [Help]

APPS.OTA_THG_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 33: from per_business_groups_perf pbg

29: -- the current business group context can be derived.
30: -- Remove this comment when the edit has been completed.
31: cursor csr_sec_grp is
32: select pbg.security_group_id
33: from per_business_groups_perf pbg
34: , ota_hr_gl_flex_maps thg
35: , ota_cross_charges tcc
36: where tcc.cross_charge_id = thg.cross_charge_id and
37: thg.gl_default_segment_id = p_gl_default_segment_id and

Line 100: from per_business_groups_perf pbg

96: -- the current business group context can be derived.
97: -- Remove this comment when the edit has been completed.
98: cursor csr_leg_code is
99: select pbg.legislation_code
100: from per_business_groups_perf pbg
101: , ota_hr_gl_flex_maps thg
102: , ota_cross_charges tcc
103: where tcc. Cross_charge_id = thg.cross_charge_id and
104: thg.gl_default_segment_id = p_gl_default_segment_id and