DBA Data[Home] [Help]

APPS.BEN_ECV_BUS dependencies on PER_POS_STRUCTURE_VERSIONS

Line 457: from per_pos_structure_versions psv

453: );
454: --
455: cursor c_pos_stru_ver is
456: select null
457: from per_pos_structure_versions psv
458: where psv.business_group_id = p_business_group_id
459: and psv.pos_structure_version_id = p_number_value1
460: and p_effective_date between psv.date_from
461: and nvl (psv.date_to, p_effective_date );

Line 490: from per_pos_structure_versions psv

486: );
487: --
488: cursor c_pos_stru_ver2 is
489: select null
490: from per_pos_structure_versions psv
491: where psv.business_group_id = p_business_group_id
492: and psv.pos_structure_version_id = p_number_value3
493: and p_effective_date between psv.date_from
494: and nvl (psv.date_to, p_effective_date );