DBA Data[Home] [Help]

APPS.IGIRCABJP dependencies on FND_APPLICATION

Line 1186: from fnd_application

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
1187: where application_short_name = 'AR'
1188: );
1189: BEGIN
1190: for l_date in c_date loop

Line 1207: from fnd_application

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
1208: where application_short_name = 'AR'
1209: );
1210: BEGIN
1211: for l_date in c_date loop