DBA Data[Home] [Help]

APPS.CN_SYSTEM_PARAMETERS_PVT dependencies on CN_PERIOD_SETS

Line 180: insert into cn_period_sets

176: where application_type = 'CN'
177: and repository_id > 0;
178:
179: -- data fix for bug 1358579 built into original CNSYSP forms logic
180: insert into cn_period_sets
181: ( period_set_id,
182: period_set_name,
183: created_by,
184: creation_date )

Line 193: ( select 1 from cn_period_sets where period_set_id = 0 );

189: from cn_repositories r,
190: gl_sets_of_books gl
191: where gl.set_of_books_id = r.set_of_books_id
192: and not exists
193: ( select 1 from cn_period_sets where period_set_id = 0 );
194:
195:
196: insert into cn_period_types
197: ( period_type_id,