DBA Data[Home] [Help]

APPS.PQP_FFA_BUS dependencies on PQP_FLXDU_FUNC_ATTRIBUTES

Line 31: , pqp_flxdu_func_attributes ffa

27: cursor csr_sec_grp is
28: select pbg.security_group_id,
29: pbg.legislation_code
30: from per_business_groups_perf pbg
31: , pqp_flxdu_func_attributes ffa
32: where ffa.flxdu_func_attribute_id = p_flxdu_func_attribute_id
33: and pbg.legislation_code = ffa.legislation_code;
34:
35: --

Line 101: from pqp_flxdu_func_attributes ffa

97: -- Declare cursor
98: --
99: cursor csr_leg_code is
100: select ffa.legislation_code
101: from pqp_flxdu_func_attributes ffa
102: where ffa.flxdu_func_attribute_id = p_flxdu_func_attribute_id;
103: --
104: -- Declare local variables
105: --