DBA Data[Home] [Help]

APPS.FEM_UD_PKG dependencies on FND_CONCURRENT_REQUESTS

Line 5157: FROM fnd_concurrent_requests c

5153: AND (u.exec_status_code IS NULL OR u.exec_status_code NOT IN ('RUNNING','SUCCESS'));
5154:
5155: CURSOR c2 IS
5156: SELECT c.request_id
5157: FROM fnd_concurrent_requests c
5158: WHERE c.parent_request_id = pv_request_id
5159: ORDER BY c.request_id;
5160:
5161: BEGIN

Line 7756: FROM FND_CONCURRENT_REQUESTS

7752: CURSOR c_fnd_concurrent (p_request_id IN NUMBER) IS
7753: SELECT STATUS_CODE, ARGUMENT1, ARGUMENT2, ARGUMENT3, ARGUMENT4,
7754: ARGUMENT5, ARGUMENT6, ARGUMENT7, ARGUMENT8, requested_by,
7755: conc_login_id, CONCURRENT_PROGRAM_ID, PROGRAM_APPLICATION_ID
7756: FROM FND_CONCURRENT_REQUESTS
7757: WHERE request_id = p_request_id;
7758:
7759:
7760: CURSOR c_get_output_ds_obj_def_id IS

Line 7794: -- the request is wiped out from the FND_CONCURRENT_REQUESTS

7790: p_user_msg => 'N',
7791: p_module => 'fem.plsql.'||pc_pkg_name||'.'|| l_api_name
7792: );
7793:
7794: -- the request is wiped out from the FND_CONCURRENT_REQUESTS
7795: IF (c_fnd_concurrent%notfound) THEN
7796:
7797: --FEM_ENGINES_PKG.Tech_Message (
7798: -- p_severity => pc_log_level_procedure

Line 7801: -- || ' wiped out from the FND_CONCURRENT_REQUESTS'

7797: --FEM_ENGINES_PKG.Tech_Message (
7798: -- p_severity => pc_log_level_procedure
7799: -- ,p_module => 'fem.plsql.'||pc_pkg_name||'.'|| l_api_name
7800: -- ,p_msg_text => 'request_id:' || x_pl_register_record.request_id
7801: -- || ' wiped out from the FND_CONCURRENT_REQUESTS'
7802: --);
7803:
7804: write_debug(
7805: p_msg_data => 'request_id:' || x_pl_register_record.request_id

Line 7806: || ' wiped out from the FND_CONCURRENT_REQUESTS',

7802: --);
7803:
7804: write_debug(
7805: p_msg_data => 'request_id:' || x_pl_register_record.request_id
7806: || ' wiped out from the FND_CONCURRENT_REQUESTS',
7807: p_user_msg => 'N',
7808: p_module => 'fem.plsql.'||pc_pkg_name||'.'|| l_api_name
7809: );
7810: