DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_PLAN_MODULE dependencies on PER_POSITION_STRUCTURES

Line 6268: from PER_POSITION_STRUCTURES pos,

6264: -- pabodla : mapping data
6265: --
6266: cursor c_get_mapping_name(p_id in number,p_date in date) is
6267: select pos.NAME name
6268: from PER_POSITION_STRUCTURES pos,
6269: PER_POS_STRUCTURE_VERSIONS pov
6270: where pos.business_group_id = p_business_group_id
6271: and POS_STRUCTURE_VERSION_ID = p_id
6272: and pos.POSITION_STRUCTURE_ID = pov.POSITION_STRUCTURE_ID