DBA Data[Home] [Help]

APPS.XTR_FPS3_P dependencies on GL_TRANSACTION_DATES

Line 58: from gl_transaction_dates

54: p_fri NUMBER,
55: p_sat NUMBER
56: ) is
57: select transaction_date
58: from gl_transaction_dates
59: where transaction_calendar_id = p_calendar.transaction_calendar_id
60: and business_day_flag = 'N'
61: -- The following code converts to an american week where Sun=1 to match GL calendar setup
62: and 'Y'=decode(((to_char(transaction_date,'D'))-1),