DBA Data[Home] [Help]

APPS.JA_CN_ACC_JE_ITEMIZATION_PKG dependencies on FND_CONCURRENT

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

1583: --log for debug
1584: IF (l_Proc_Level >= l_Dbg_Level) THEN
1585: Fnd_Log.STRING(l_Proc_Level, l_Dbg_Level, 'Check profile failed!');
1586: END IF; --(l_proc_level >= l_dbg_level)
1587: l_Conc_Succ := Fnd_Concurrent.Set_Completion_Status(Status => 'WARNING',
1588: Message => '');
1589: RETURN;
1590: END IF; */ --JA_CN_UTILITY.Check_Profile() != TRUE
1591:

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

1831: END IF; --(l_gl_con_req_id = 0)
1832: --submit post request
1833: COMMIT;
1834: IF l_Post_Con_Req_Id <> 0 THEN
1835: l_Result := Fnd_Concurrent.Wait_For_Request(l_Post_Con_Req_Id,
1836: 60,
1837: -1,
1838: l_Phase,
1839: l_Status,

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

1875: l_Module_Prefix || '.' || l_Proc_Name ||
1876: '. Other_Exception ',
1877: SQLCODE || ':' || SQLERRM);
1878: END IF; --(l_proc_level >= l_dbg_level)
1879: l_Conc_Succ := Fnd_Concurrent.Set_Completion_Status(Status => 'ERROR',
1880: Message => SQLCODE || ':' ||
1881: SQLERRM);
1882: WHEN OTHERS THEN
1883: ROLLBACK;

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

1889: WHERE Request_Id = l_Request_Id
1890: AND Je_Header_Id > 0;
1891: COMMIT;
1892: Fnd_File.Put_Line(Fnd_File.Log, SQLCODE || ':' || SQLERRM);
1893: l_Conc_Succ := Fnd_Concurrent.Set_Completion_Status(Status => 'ERROR',
1894: Message => SQLCODE || ':' ||
1895: SQLERRM);
1896: --log for debug
1897: IF (l_Proc_Level >= l_Dbg_Level) THEN