DBA Data[Home] [Help]

APPS.HR_PO_INFO dependencies on FND_PROFILE

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

190: --
191: -- Return a boolean indicating whether services procurement is
192: -- installed.
193: --
194: RETURN (NVL(fnd_profile.value('PO_SERVICES_ENABLED'), 'N') = 'Y');
195:
196: END full_cwk_enabled;
197: --
198: ---------------------------------------------------------------------------|

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

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