DBA Data[Home] [Help]

APPS.XTR_CSH_FCST_POP dependencies on GL_TRANSACTION_DATES

Line 308: from gl_transaction_dates

304: ELSE
305: BEGIN
306: select max(transaction_date)+1
307: into new_start_date
308: from gl_transaction_dates
309: where transaction_calendar_id = XTR_CASH_FCST.G_transaction_calendar_id
310: and transaction_date < start_date
311: and business_day_flag = 'Y';
312:

Line 330: from gl_transaction_dates

326: ELSE
327: BEGIN
328: select max(transaction_date)
329: into new_end_date
330: from gl_transaction_dates
331: where transaction_calendar_id = XTR_CASH_FCST.G_transaction_calendar_id
332: and transaction_date <= end_date
333: and business_day_flag = 'Y';
334: