DBA Data[Home] [Help]

APPS.IGS_AD_IMP_008 dependencies on FND_CONCURRENT_REQUESTS

Line 92: FROM FND_CONCURRENT_REQUESTS

88: l_processed_records NUMBER(5);
89:
90: CURSOR c_match(p_request_id NUMBER) IS
91: SELECT argument3
92: FROM FND_CONCURRENT_REQUESTS
93: WHERE request_id = p_request_id;
94:
95: l_match_set_id igs_pe_match_sets.match_set_id%TYPE;
96: p_rel_dup_rec Igs_Pe_Identify_Dups.r_record_dup_rel;