DBA Data[Home] [Help]

APPS.PA_CI_IMPACTS_UTIL dependencies on PA_CI_SECURITY_PKG

Line 609: l_ret := pa_ci_security_pkg.check_update_access(p_ci_id);

605: l_context := 'DETAIL';
606: END IF;
607:
608: IF l_context = 'DETAIL' THEN
609: l_ret := pa_ci_security_pkg.check_update_access(p_ci_id);
610: IF l_ret = 'T' THEN
611: l_temp := 'EDIT';
612: ELSE
613: l_temp := 'VIEW';

Line 616: l_ret := pa_ci_security_pkg.check_implement_impact_access(p_ci_id);

612: ELSE
613: l_temp := 'VIEW';
614: END IF;
615: ELSIF l_context = 'IMPLEMENT' THEN
616: l_ret := pa_ci_security_pkg.check_implement_impact_access(p_ci_id);
617: IF l_ret = 'T' THEN
618: l_temp := 'EDIT';
619: ELSE
620: l_temp := 'VIEW';

Line 664: l_ret2 := pa_ci_security_pkg.check_update_access(p_ci_id);

660:
661: l_ret := pa_control_items_utils.CheckCIActionAllowed('CONTROL_ITEM',l_status_code,'CONTROL_ITEM_ALLOW_UPDATE');
662:
663: IF l_ret = 'Y' THEN
664: l_ret2 := pa_ci_security_pkg.check_update_access(p_ci_id);
665: IF l_ret2 = 'T' THEN /* Bug#3815040: Modified the variable l_ret to l_ret2 */
666: l_temp := 'EDIT';
667: ELSE
668: l_temp := 'VIEW';

Line 722: l_ret := pa_ci_security_pkg.check_implement_impact_access(p_ci_id);

718: RETURN 'NONE';
719: END IF;
720:
721: IF l_context = 'IMPLEMENT' THEN
722: l_ret := pa_ci_security_pkg.check_implement_impact_access(p_ci_id);
723: IF l_ret = 'T' THEN
724: l_temp := 'EDIT';
725: ELSE
726: l_temp := 'VIEW';

Line 758: l_ret2 := pa_ci_security_pkg.check_update_access(p_ci_id);

754: l_status_code := p_status_code;
755: l_ret := pa_control_items_utils.CheckCIActionAllowed('CONTROL_ITEM',l_status_code,'CONTROL_ITEM_ALLOW_UPDATE');
756:
757: IF l_ret = 'Y' THEN
758: l_ret2 := pa_ci_security_pkg.check_update_access(p_ci_id);
759: IF l_ret2 = 'T' THEN /* Bug#3815040: Modified the variable l_ret to l_ret2 */
760: l_temp := 'EDIT';
761: ELSE
762: l_temp := 'VIEW';

Line 809: l_ret := pa_ci_security_pkg.check_implement_impact_access(p_ci_id);

805: RETURN 'NONE';
806: END IF;
807:
808: IF l_context = 'IMPLEMENT' THEN
809: l_ret := pa_ci_security_pkg.check_implement_impact_access(p_ci_id);
810: IF l_ret = 'T' THEN
811: l_temp := 'EDIT';
812: ELSE
813: l_temp := 'VIEW';