DBA Data[Home] [Help]

APPS.GL_PERIOD_SETS_PKG dependencies on STANDARD

Line 22: -- gl_period_sets_pkg.check_unique('Standard', 'ABCDEDF');

18: -- Arguments
19: -- calendar_name The name of the calendar
20: -- row_id The current rowid
21: -- Example
22: -- gl_period_sets_pkg.check_unique('Standard', 'ABCDEDF');
23: -- Notes
24: --
25: PROCEDURE check_unique(calendar_name VARCHAR2, row_id VARCHAR2);
26: