DBA Data[Home] [Help]

APPS.CST_ACCOUNTINGPERIOD_PUB dependencies on DUAL

Line 428: FROM sys.dual;

424:
425: -- Get next period id
426: CURSOR get_new_period_id IS
427: SELECT org_acct_periods_s.nextval
428: FROM sys.dual;
429:
430: -- See if another open period process has already committed same data
431: CURSOR check_if_duplicating IS
432: SELECT period_start_date