DBA Data[Home] [Help]

APPS.BEN_DPNT_EDC_BUS dependencies on PER_ORG_STRUCTURE_ELEMENTS

Line 449: from per_org_structure_elements ose

445: and nvl (osv.date_to, p_effective_date );
446: --
447: cursor c_start_org is
448: select null
449: from per_org_structure_elements ose
450: where ose.org_structure_version_id = p_number_value1
451: and ( ose.organization_id_parent = p_number_value2 or
452: ose.organization_id_child = p_number_value2
453: );

Line 482: from per_org_structure_elements ose

478: and nvl (osv.date_to, p_effective_date );
479: --
480: cursor c_start_org2 is
481: select null
482: from per_org_structure_elements ose
483: where ose.org_structure_version_id = p_number_value3
484: and ( ose.organization_id_parent = p_number_value4 or
485: ose.organization_id_child = p_number_value4
486: );