DBA Data[Home] [Help]

APPS.BEN_DSQ_BUS dependencies on PER_BUSINESS_GROUPS

Line 401: from per_business_groups a,

397: -- Declare cursor
398: --
399: cursor csr_leg_code is
400: select a.legislation_code
401: from per_business_groups a,
402: ben_ded_sched_py_freq b
403: where b.ded_sched_py_freq_id = p_ded_sched_py_freq_id
404: and a.business_group_id = b.business_group_id;
405: --