DBA Data[Home] [Help]

APPS.POR_HISTORY_FEED_PKG dependencies on FND_CONCURRENT

Line 1979: l_result := FND_CONCURRENT.GET_REQUEST_STATUS(

1975: DELETE FROM por_feed_records
1976: WHERE concurrent_request_id = g_conc_req_id;
1977:
1978: --get conc mgr status;
1979: l_result := FND_CONCURRENT.GET_REQUEST_STATUS(
1980: g_conc_req_id, --request_id
1981: NULL, --application default null
1982: NULL, --program default null
1983: l_phase, --phase out

Line 2007: l_result :=FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING', FND_MESSAGE.GET_STRING('ICX','ICX_POR_HIST_FEED_COMP_TEXT')); --overwrite conc mgr status

2003: FND_FILE.PUT_LINE (FND_FILE.LOG, FND_MESSAGE.GET_STRING('ICX','ICX_POR_HIST_FEED_PO_NUM_LONG'));
2004: FND_FILE.PUT_LINE (FND_FILE.LOG, g_po_num_err);
2005: ERRBUF := NULL; --appears to get truncated; might not be long enough for custom error to be assigned to it
2006: RETCODE := '1'; --forces warning status
2007: l_result :=FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING', FND_MESSAGE.GET_STRING('ICX','ICX_POR_HIST_FEED_COMP_TEXT')); --overwrite conc mgr status
2008: END IF;
2009:
2010: IF g_card_num_err IS NOT NULL THEN
2011: FND_FILE.PUT_LINE (FND_FILE.LOG, FND_MESSAGE.GET_STRING('ICX','ICX_POR_HIST_FEED_CARDNO_LONG'));

Line 2015: l_result := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING', FND_MESSAGE.GET_STRING('ICX','ICX_POR_HIST_FEED_COMP_TEXT')); --overwrite conc mgr status

2011: FND_FILE.PUT_LINE (FND_FILE.LOG, FND_MESSAGE.GET_STRING('ICX','ICX_POR_HIST_FEED_CARDNO_LONG'));
2012: FND_FILE.PUT_LINE (FND_FILE.LOG, g_card_num_err);
2013: ERRBUF := NULL; --appears to get truncated; might not be long enough...
2014: RETCODE := '1'; --forces warning status
2015: l_result := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING', FND_MESSAGE.GET_STRING('ICX','ICX_POR_HIST_FEED_COMP_TEXT')); --overwrite conc mgr status
2016: END IF;
2017:
2018: --update por_feed_history to log status
2019: