DBA Data[Home] [Help]

APPS.XTR_ORACLE_FIN_INTERFACES_P dependencies on GL_PERIOD_STATUSES

Line 86: from gl_period_statuses

82:
83: Begin
84:
85: Select min(start_date) into l_next_start
86: from gl_period_statuses
87: where application_id = 101
88: and set_of_books_id = in_sob_id
89: and closing_status in ('O','F')
90: and adjustment_period_flag = 'N'

Line 135: from gl_period_statuses

131: l_temp number;
132:
133: Begin
134: Select 1 into l_temp
135: from gl_period_statuses
136: where application_id = 101
137: and set_of_books_id = in_sob_id
138: and adjustment_period_flag = 'N'
139: and closing_status in ('O','F')