DBA Data[Home] [Help]

APPS.GL_TRANS_DATES_PKG dependencies on GL_TRANSACTION_DATES

Line 42: GL_TRANSACTION_DATES

38: SELECT
39: to_char(sum(decode(business_day_flag, 'Y', 1, 'N', 2) *
40: power(10, transaction_date - X_start_date)))
41: FROM
42: GL_TRANSACTION_DATES
43: WHERE
44: transaction_calendar_id = X_transaction_cal_id
45: AND transaction_date between X_start_date and X_end_date;
46: