DBA Data[Home] [Help]

APPS.BEN_PCD_BUS dependencies on PER_BUSINESS_GROUPS

Line 1049: from per_business_groups a,

1045: -- Declare cursor
1046: --
1047: cursor csr_leg_code is
1048: select a.legislation_code
1049: from per_business_groups a,
1050: ben_per_cm_prvdd_f b
1051: where b.per_cm_prvdd_id = p_per_cm_prvdd_id
1052: and a.business_group_id = b.business_group_id;
1053: --