DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_ELPRO_MODULE dependencies on PER_PAY_BASES

Line 2942: select name from per_pay_bases

2938: --
2939: -- pabodla : mapping data
2940: --
2941: cursor c_get_mapping_name10(p_id in number) is
2942: select name from per_pay_bases
2943: where business_group_id = p_business_group_id
2944: and pay_basis_id = p_id;
2945: ---------------------------------------------------------------
2946: -- END OF BEN_ELIG_PY_BSS_PRTE_F ----------------------