DBA Data[Home] [Help]

APPS.PER_BBT_BUS dependencies on PER_BUSINESS_GROUPS

Line 87: from per_business_groups pbg

83: -- Declare cursor
84: --
85: cursor csr_leg_code is
86: select pbg.legislation_code
87: from per_business_groups pbg
88: , per_bf_balance_types bbt
89: where bbt.balance_type_id = p_balance_type_id
90: and pbg.business_group_id = bbt.business_group_id;
91: --