DBA Data[Home] [Help]

APPS.PA_PO_INTEGRATION_UTILS dependencies on FND_PROFILE

Line 468: l_profile_value := NVL(FND_PROFILE.value('PO_ENFORCE_PROJ_SECURITY'), 'N');

464: and project_id is not NULL; /* added condition for 8920005 */
465:
466: BEGIN
467: /*Profile to check project based security in procurement*/
468: l_profile_value := NVL(FND_PROFILE.value('PO_ENFORCE_PROJ_SECURITY'), 'N');
469: --l_profile_value :='Y';
470: if l_profile_value = 'Y' then
471: /*To check if employee has access to all projects on a PO*/
472: if x_mode = 'UPDATE' then