DBA Data[Home] [Help]

APPS.PAY_AUD_BUS dependencies on PER_BUSINESS_GROUPS

Line 271: from per_business_groups pbg

267: -- Declare cursor
268: --
269: cursor csr_leg_code is
270: select pbg.legislation_code
271: from per_business_groups pbg
272: , pay_stat_trans_audit aud
273: where aud.stat_trans_audit_id = p_stat_trans_audit_id
274: and pbg.business_group_id = aud.business_group_id;
275: --