DBA Data[Home] [Help]

APPS.IGS_FI_UPG_RETENTION dependencies on IGS_FI_POSTING_INT_ALL

Line 196: FROM igs_fi_posting_int_all post

192: AND reference30 = cp_v_ref_30;
193:
194: CURSOR c_posting_int ( cp_n_source_tran_id NUMBER, cp_v_source_tran_type VARCHAR2) IS
195: SELECT ROWID, post.*
196: FROM igs_fi_posting_int_all post
197: WHERE source_transaction_id = cp_n_source_tran_id
198: AND source_transaction_type = cp_v_source_tran_type;
199:
200: l_v_rec_installed igs_fi_control_all.rec_installed%TYPE;