DBA Data[Home] [Help]

APPS.IGS_FI_PRC_REFUNDS dependencies on GL_PERIOD_STATUSES

Line 316: l_v_closing_status gl_period_statuses.closing_status%TYPE;

312:
313: -- Variable of Cursor Rowtype
314: l_crd_rec cur_crd%ROWTYPE;
315: l_v_message_name fnd_new_messages.message_name%TYPE;
316: l_v_closing_status gl_period_statuses.closing_status%TYPE;
317:
318: --- Cursor variable for publec cursor c_refund_cr_glccid
319: rec_c_refund_cr_glccid c_refund_cr_glccid%ROWTYPE;
320:

Line 802: l_v_closing_status gl_period_statuses.closing_status%TYPE;

798: l_party_number igs_fi_parties_v.person_number%TYPE;
799: l_invoice_number igs_fi_inv_int.invoice_number%TYPE;
800: l_group_cd igs_pe_all_persid_group_v.group_cd%TYPE;
801: l_v_message_name fnd_new_messages.message_name%TYPE;
802: l_v_closing_status gl_period_statuses.closing_status%TYPE;
803: l_d_gl_date igs_fi_credits_all.gl_date%TYPE;
804: l_n_party_id hz_parties.party_id%TYPE;
805: l_v_manage_acc igs_fi_control_all.manage_accounts%TYPE := NULL;
806: