DBA Data[Home] [Help]

APPS.HRFASTANSWERS dependencies on HRBISORGPARAMS

Line 571: elsif HrBisOrgParams.OrgInHierarchy

567: elsif asg_rec.status = 'SUSP_ASSIGN' then
568: l_assignment_category := 'REACTIVATED';
569: exit;
570: --
571: elsif HrBisOrgParams.OrgInHierarchy
572: ( p_org_param_id
573: , p_top_org
574: , asg_rec.organization_id ) <>1
575: then

Line 620: ( HrBisOrgParams.OrgInHierarchy

616: --
617: for asg_rec in asg_csr loop
618: --
619: if ( asg_rec.status = 'ACTIVE_ASSIGN' ) and
620: ( HrBisOrgParams.OrgInHierarchy
621: ( p_org_param_id
622: , p_top_org
623: , asg_rec.organization_id) = 1 )
624: then