DBA Data[Home] [Help]

APPS.GL_PERIODS_PKG dependencies on STANDARD

Line 29: -- periods.check_unique_num('Standard', 'Month', 1993,

25: -- period_num Number of the period
26: -- row_id The id of the row
27: -- containing the period
28: -- Example
29: -- periods.check_unique_num('Standard', 'Month', 1993,
30: -- 2, 'AA01');
31: -- Notes
32: --
33: PROCEDURE check_unique_num(calendar_name VARCHAR2,

Line 54: -- periods.check_unique_name('Standard', 'JAN-91',

50: -- period_name Name of the period
51: -- row_id The id of the row
52: -- containing the period
53: -- Example
54: -- periods.check_unique_name('Standard', 'JAN-91',
55: -- 'AA01');
56: -- Notes
57: --
58: PROCEDURE check_unique_name(calendar_name VARCHAR2,