DBA Data[Home] [Help]

APPS.BEN_PSQ_BUS dependencies on PER_BUSINESS_GROUPS

Line 390: from per_business_groups a,

386: -- Declare cursor
387: --
388: cursor csr_leg_code is
389: select a.legislation_code
390: from per_business_groups a,
391: ben_pymt_sched_py_freq b
392: where b.pymt_sched_py_freq_id = p_pymt_sched_py_freq_id
393: and a.business_group_id = b.business_group_id;
394: --