DBA Data[Home] [Help]

APPS.PAY_IVT_BUS dependencies on PER_BUSINESS_GROUPS

Line 30: from per_business_groups pbg

26: -- Declare cursor
27: --
28: cursor csr_sec_grp is
29: select pbg.security_group_id
30: from per_business_groups pbg
31: , pay_input_values_f_tl ivt
32: where ivt.input_value_id = p_input_value_id;
33: --
34: -- Declare local variables

Line 95: from per_business_groups pbg

91: -- Declare cursor
92: --
93: cursor csr_leg_code is
94: select pbg.legislation_code
95: from per_business_groups pbg
96: , pay_input_values_f_tl ivt
97: where ivt.input_value_id = p_input_value_id
98: and ivt.language = p_language;
99: --