DBA Data[Home] [Help]

APPS.AMW_WF_HIERARCHY_PKG dependencies on FND_CONCURRENT

Line 479: ** conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',errbuf);

475: ** when others then
476: ** retcode := 1;
477: ** errbuf := SUBSTR(SQLERRM, 1,240);
478: ** fnd_file.put_line(fnd_file.log,errbuf);
479: ** conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',errbuf);
480: **
481: ** end synch_hierarchy_amw_process;
482: */
483:

Line 1850: conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','Error: '|| x_msg_data);

1846: retcode := 2;
1847: IF x_msg_count <> 1 THEN
1848: FND_MSG_PUB.GET(p_encoded => FND_API.G_FALSE, p_data => x_msg_data, p_msg_index_out => l_msg_index_out);
1849: END IF;
1850: conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','Error: '|| x_msg_data);
1851: errbuf := SUBSTR(x_msg_data,1,1000);
1852: ELSE
1853: COMMIT;
1854: END IF;

Line 1861: conc_status :=FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','Error: '|| SQLERRM);

1857: WHEN OTHERS THEN
1858: ROLLBACK;
1859: RETCODE :=2;
1860: errbuf := SUBSTR(SQLERRM,1,1000);
1861: conc_status :=FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','Error: '|| SQLERRM);
1862: END sync_hier_amw_process_wrap;
1863:
1864:
1865:

Line 1892: conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','Error: '|| SQLERRM);

1888: WHEN OTHERS THEN
1889: rollback;
1890: retcode :=2;
1891: errbuf := SUBSTR(SQLERRM,1,1000);
1892: conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','Error: '|| SQLERRM);
1893:
1894: END reset_process_risk_ctrl_wrap;
1895:
1896: /*==============================================================+

Line 1924: conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','Error: '|| SQLERRM);

1920: when others then
1921: rollback;
1922: retcode :=2;
1923: errbuf :=SUBSTR(SQLERRM,1,1000);
1924: conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','Error: '|| SQLERRM);
1925:
1926: end reset_proc_org_risk_ctrl_wrap;
1927:
1928: