DBA Data[Home] [Help]

APPS.JA_CN_CFS_CALCULATE_PKG dependencies on GL_PERIODS

Line 40: TYPE G_PERIOD_NAME_TBL IS TABLE OF gl_periods.period_name%TYPE

36: --| 23-Sep-2008 Chaoqun Wu Fix bug# 7427067
37: --|
38: --+======================================================================*/
39:
40: TYPE G_PERIOD_NAME_TBL IS TABLE OF gl_periods.period_name%TYPE
41: INDEX BY BINARY_INTEGER;
42:
43: --==========================================================================
44: -- PROCEDURE NAME:

Line 50: -- This procedure is to retrieve period names from gl_periods by the

46: -- Populate_Period_Names Public
47: --
48: -- DESCRIPTION:
49: --
50: -- This procedure is to retrieve period names from gl_periods by the
51: -- parameter 'p_parameter' and the parameter p_balance_type, alternative
52: -- value is 'YTD/QTD/PTD'
53: --
54: -- PARAMETERS: