DBA Data[Home] [Help]

APPS.PA_CI_IMPACTS_UTIL dependencies on PA_CI_SECURITY_PKG

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

532: l_context := 'DETAIL';
533: END IF;
534:
535: IF l_context = 'DETAIL' THEN
536: l_ret := pa_ci_security_pkg.check_update_access(p_ci_id);
537: IF l_ret = 'T' THEN
538: l_temp := 'EDIT';
539: ELSE
540: l_temp := 'VIEW';

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

539: ELSE
540: l_temp := 'VIEW';
541: END IF;
542: ELSIF l_context = 'IMPLEMENT' THEN
543: l_ret := pa_ci_security_pkg.check_implement_impact_access(p_ci_id);
544: IF l_ret = 'T' THEN
545: l_temp := 'EDIT';
546: ELSE
547: l_temp := 'VIEW';

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

587:
588: l_ret := pa_control_items_utils.CheckCIActionAllowed('CONTROL_ITEM',l_status_code,'CONTROL_ITEM_ALLOW_UPDATE');
589:
590: IF l_ret = 'Y' THEN
591: l_ret2 := pa_ci_security_pkg.check_update_access(p_ci_id);
592: IF l_ret2 = 'T' THEN /* Bug#3815040: Modified the variable l_ret to l_ret2 */
593: l_temp := 'EDIT';
594: ELSE
595: l_temp := 'VIEW';

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

645: RETURN 'NONE';
646: END IF;
647:
648: IF l_context = 'IMPLEMENT' THEN
649: l_ret := pa_ci_security_pkg.check_implement_impact_access(p_ci_id);
650: IF l_ret = 'T' THEN
651: l_temp := 'EDIT';
652: ELSE
653: l_temp := 'VIEW';

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

681: l_status_code := p_status_code;
682: l_ret := pa_control_items_utils.CheckCIActionAllowed('CONTROL_ITEM',l_status_code,'CONTROL_ITEM_ALLOW_UPDATE');
683:
684: IF l_ret = 'Y' THEN
685: l_ret2 := pa_ci_security_pkg.check_update_access(p_ci_id);
686: IF l_ret2 = 'T' THEN /* Bug#3815040: Modified the variable l_ret to l_ret2 */
687: l_temp := 'EDIT';
688: ELSE
689: l_temp := 'VIEW';

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

732: RETURN 'NONE';
733: END IF;
734:
735: IF l_context = 'IMPLEMENT' THEN
736: l_ret := pa_ci_security_pkg.check_implement_impact_access(p_ci_id);
737: IF l_ret = 'T' THEN
738: l_temp := 'EDIT';
739: ELSE
740: l_temp := 'VIEW';