DBA Data[Home] [Help]

APPS.IGIRCABJP dependencies on GL_PERIOD_STATUSES

Line 1182: from gl_period_statuses

1178: return DATE
1179: IS
1180: cursor c_date is
1181: select start_date
1182: from gl_period_statuses
1183: where set_of_books_id = p_sob_id
1184: and period_name = p_period_name
1185: and application_id = ( select application_id
1186: from fnd_application

Line 1203: from gl_period_statuses

1199: return DATE
1200: IS
1201: cursor c_date is
1202: select end_date
1203: from gl_period_statuses
1204: where set_of_books_id = p_sob_id
1205: and period_name = p_period_name
1206: and application_id = ( select application_id
1207: from fnd_application