DBA Data[Home] [Help]

APPS.EAM_WO_CHANGE_STATUS_PVT dependencies on FND_PROFILE

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

1158:
1159: l_status := fnd_request.set_options(datagroup => 'Standard');
1160: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug(to_char(sysdate,'DD-MON-YY HH:MI:SS')||' EAM_WO_CHANGE_STATUS_PVT.create_osp_req_at_rel: set_options is set '); END IF;
1161:
1162: l_str_application_id := fnd_profile.value('RESP_APPL_ID');
1163:
1164: if (fnd_global.user_id is not null and fnd_global.resp_id is not null and l_str_application_id is not null) then
1165: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN
1166: EAM_ERROR_MESSAGE_PVT.Write_Debug(to_char(sysdate,'DD-MON-YY HH:MI:SS')||' EAM_WO_CHANGE_STATUS_PVT.create_osp_req_at_rel: calling FND_GLOBAL.APPS_INITIALIZE ');