DBA Data[Home] [Help]

APPS.GLXJEENT_PKG dependencies on GL_DATE_PERIOD_MAP

Line 174: FROM gl_date_period_map map, gl_period_statuses ps

170: WHERE ledger_id = x_lgr_id;
171:
172: SELECT ps.period_name, ps.closing_status, ps.start_date, ps.end_date
173: INTO x_period_name, x_period_status, x_start_date, x_end_date
174: FROM gl_date_period_map map, gl_period_statuses ps
175: WHERE map.period_set_name = acct_cal_name
176: AND map.period_type = acc_period_type
177: AND map.accounting_date = x_accounting_date
178: AND ps.application_id = 101