DBA Data[Home] [Help]

APPS.HR_PO_INFO dependencies on FND_PROFILE

Line 199: RETURN (NVL(fnd_profile.value('PO_SERVICES_ENABLED'), 'N') = 'Y');

195: --
196: -- Return a boolean indicating whether services procurement is
197: -- installed.
198: --
199: RETURN (NVL(fnd_profile.value('PO_SERVICES_ENABLED'), 'N') = 'Y');
200:
201: END full_cwk_enabled;
202: --
203: ---------------------------------------------------------------------------|

Line 1363: --l_cutom_cwk_plc_func := fnd_profile.value('HR_CUST_CWK_PLACEMENT');

1359:
1360: p_destination := null;
1361: --Instead of profile for customized function we have to think about some other
1362: --mechanism to store the customized function --Satish.
1363: --l_cutom_cwk_plc_func := fnd_profile.value('HR_CUST_CWK_PLACEMENT');
1364: --if(l_cutom_cwk_plc_func is not null)
1365: --then
1366: -- l_function_name := l_cutom_cwk_plc_func;
1367: --end if;