DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_UTIL_PVT dependencies on FND_PROFILE

Line 114: IF ( NVL(fnd_profile.value('PO_DIRECT_DELIVERY_TO_SHOPFLOOR'), 'N') = 'N' ) THEN

110:
111: -- API body
112:
113: -- If PO_DIRECT_DELIVERY_TO_SHOPFLOOR profile option is not set then return immediately with out error status
114: IF ( NVL(fnd_profile.value('PO_DIRECT_DELIVERY_TO_SHOPFLOOR'), 'N') = 'N' ) THEN
115: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('PO_DIRECT_DELIVERY_TO_SHOPFLOOR profile option is not set. So not creating requisitions.'); END IF;
116: return;
117: END IF;
118:

Line 276: l_str_application_id := fnd_profile.value('RESP_APPL_ID');

272: );
273: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Asset Number Debug:- '||l_asset_number||':'||l_DESCRIPTIVE_TEXT||':'||l_ASSET_CRITICALITY||':'||l_priority); END IF;
274:
275:
276: l_str_application_id := fnd_profile.value('RESP_APPL_ID');
277:
278: -- This call to fnd_global.apps_initialize is needed because this is
279: -- part of the WO API which can also be used as a standalone API
280: -- and there needs to be a call to APPS_INITIALIZE before