DBA Data[Home] [Help]

APPS.JAI_CMN_RGM_SETTLEMENT_PKG dependencies on GL_PERIOD_STATUSES

Line 1100: v_open_period gl_period_statuses.period_name%type;

1096: ln_amount jai_rgm_stl_balances.debit_balance%TYPE;
1097: ln_amount1 jai_rgm_stl_balances.debit_balance%TYPE;
1098: ln_amount2 jai_rgm_stl_balances.debit_balance%TYPE;
1099: ln_rate JAI_RGM_REGISTRATIONS.rate%TYPE;
1100: v_open_period gl_period_statuses.period_name%type;
1101: v_open_gl_date date;
1102: lv_inv_exists varchar2(1) := 'N' ; -- Bug 4929081
1103: req_id NUMBER;
1104: ln_invoice_amount NUMBER;