DBA Data[Home] [Help]

APPS.CE_CSH_FCST_POP dependencies on GL_TRANSACTION_DATES

Line 272: from gl_transaction_dates

268: ELSE
269: BEGIN
270: select max(transaction_date)+1
271: into new_start_date
272: from gl_transaction_dates
273: where transaction_calendar_id = CE_CASH_FCST.G_transaction_calendar_id
274: and transaction_date < start_date
275: and business_day_flag = 'Y';
276:

Line 296: from gl_transaction_dates

292: ELSE
293: BEGIN
294: select max(transaction_date)
295: into new_end_date
296: from gl_transaction_dates
297: where transaction_calendar_id = CE_CASH_FCST.G_transaction_calendar_id
298: and transaction_date <= end_date
299: and business_day_flag = 'Y';
300: