DBA Data[Home] [Help]

APPS.PER_BPD_BUS dependencies on PER_BUSINESS_GROUPS

Line 85: from per_business_groups pbg

81: -- Declare cursor
82: --
83: cursor csr_leg_code is
84: select pbg.legislation_code
85: from per_business_groups pbg
86: , per_bf_payment_details bpd
87: where bpd.payment_detail_id = p_payment_detail_id
88: and pbg.business_group_id = bpd.business_group_id;
89: --