DBA Data[Home] [Help]

APPS.PQH_OPS_BUS dependencies on PER_BUSINESS_GROUPS

Line 29: from per_business_groups pbg

25: -- Declare cursor
26: --
27: cursor csr_sec_grp is
28: select pbg.security_group_id
29: from per_business_groups pbg
30: , pqh_de_wrkplc_vldtn_ops ops
31: where ops.wrkplc_vldtn_op_id = p_wrkplc_vldtn_op_id
32: and pbg.business_group_id = ops.business_group_id;
33: --

Line 93: from per_business_groups pbg

89: -- Declare cursor
90: --
91: cursor csr_leg_code is
92: select pbg.legislation_code
93: from per_business_groups pbg
94: , pqh_de_wrkplc_vldtn_ops ops
95: where ops.wrkplc_vldtn_op_id = p_wrkplc_vldtn_op_id
96: and pbg.business_group_id = ops.business_group_id;
97: --