DBA Data[Home] [Help]

APPS.POR_HISTORY_FEED_PKG dependencies on POR_FEED_HISTORY

Line 1901: --log run in por_feed_history

1897: ' :: g_inv_org_id = ' || to_char(g_inv_org_id);
1898: FND_LOG.STRING(G_LEVEL_STATEMENT, G_MODULE_NAME||'Main', l_log_msg);
1899: END IF;
1900:
1901: --log run in por_feed_history
1902:
1903: INSERT INTO por_feed_history (
1904: concurrent_request_id,
1905: card_brand_lookup_code,

Line 1903: INSERT INTO por_feed_history (

1899: END IF;
1900:
1901: --log run in por_feed_history
1902:
1903: INSERT INTO por_feed_history (
1904: concurrent_request_id,
1905: card_brand_lookup_code,
1906: vendor_id,
1907: vendor_site_id,

Line 2018: --update por_feed_history to log status

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:
2020: UPDATE por_feed_history
2021: SET status = ltrim(l_status)
2022: WHERE concurrent_request_id = g_conc_req_id;

Line 2020: UPDATE por_feed_history

2016: END IF;
2017:
2018: --update por_feed_history to log status
2019:
2020: UPDATE por_feed_history
2021: SET status = ltrim(l_status)
2022: WHERE concurrent_request_id = g_conc_req_id;
2023:
2024: COMMIT;