DBA Data[Home] [Help]

APPS.JA_CN_ACC_JE_ITEMIZATION_PKG dependencies on FND_CONCURRENT

Line 2022: l_Conc_Succ := Fnd_Concurrent.Set_Completion_Status(Status => 'WARNING',

2018: --log for debug
2019: IF (l_Proc_Level >= l_Dbg_Level) THEN
2020: Fnd_Log.STRING(l_Proc_Level, l_Dbg_Level, 'Check profile failed!');
2021: END IF; --(l_proc_level >= l_dbg_level)
2022: l_Conc_Succ := Fnd_Concurrent.Set_Completion_Status(Status => 'WARNING',
2023: Message => '');
2024: RETURN;
2025: END IF; */ --JA_CN_UTILITY.Check_Profile() != TRUE
2026:

Line 2382: l_Result := Fnd_Concurrent.Wait_For_Request(l_Post_Con_Req_Id,

2378: END IF; --(l_gl_con_req_id = 0)
2379: --submit post request
2380: COMMIT;
2381: IF l_Post_Con_Req_Id <> 0 THEN
2382: l_Result := Fnd_Concurrent.Wait_For_Request(l_Post_Con_Req_Id,
2383: 60,
2384: -1,
2385: l_Phase,
2386: l_Status,

Line 2426: l_Conc_Succ := Fnd_Concurrent.Set_Completion_Status(Status => 'ERROR',

2422: l_Module_Prefix || '.' || l_Proc_Name ||
2423: '. Other_Exception ',
2424: SQLCODE || ':' || SQLERRM);
2425: END IF; --(l_proc_level >= l_dbg_level)
2426: l_Conc_Succ := Fnd_Concurrent.Set_Completion_Status(Status => 'ERROR',
2427: Message => SQLCODE || ':' ||
2428: SQLERRM);
2429: WHEN OTHERS THEN
2430: ROLLBACK;

Line 2440: l_Conc_Succ := Fnd_Concurrent.Set_Completion_Status(Status => 'ERROR',

2436: WHERE Request_Id = l_Request_Id
2437: AND Je_Header_Id > 0;
2438: COMMIT;
2439: Fnd_File.Put_Line(Fnd_File.Log, SQLCODE || ':' || SQLERRM);
2440: l_Conc_Succ := Fnd_Concurrent.Set_Completion_Status(Status => 'ERROR',
2441: Message => SQLCODE || ':' ||
2442: SQLERRM);
2443: --log for debug
2444: IF (l_Proc_Level >= l_Dbg_Level) THEN