DBA Data[Home] [Help]

APPS.IGS_CO_PROCESS dependencies on JTF_FM_REQUEST_HISTORY

Line 2275: FROM jtf_fm_request_history

2271: gmaheswa 5-Jan-2004 Bug 4869737 Added a call to SET_ORG_ID to disable OSS for R12.
2272: ***************************************************************/
2273: CURSOR c_crm_id(cp_request_id NUMBER) IS
2274: SELECT outcome_code --INTO l_request_status
2275: FROM jtf_fm_request_history
2276: WHERE hist_req_id = TO_NUMBER(cp_request_id);
2277: l_c_crm_id c_crm_id%ROWTYPE;
2278:
2279: CURSOR cur_int_hist(cp_request_id NUMBER) IS