DBA Data[Home] [Help]

APPS.GCS_DP_DYNAMIC_PKG dependencies on GCS_TEMPLATES_PKG

Line 581: l_temp_record gcs_templates_pkg.templaterecord;

577: IS
578: l_has_row_flag VARCHAR2 (1);
579: l_has_stat_row_flag VARCHAR2 (1);
580: l_first_ever_data_prepped VARCHAR2 (1);
581: l_temp_record gcs_templates_pkg.templaterecord;
582: l_threshold NUMBER;
583: l_threshold_currency VARCHAR2(15);
584: l_entry_id NUMBER (15) := NULL;
585: l_stat_entry_id NUMBER (15) := NULL;

Line 1283: gcs_templates_pkg.get_dimension_template

1279: INTO l_threshold, l_threshold_currency
1280: FROM gcs_hierarchies_b
1281: WHERE hierarchy_id = p_hierarchy_id;
1282: BEGIN
1283: gcs_templates_pkg.get_dimension_template
1284: (p_hierarchy_id => p_hierarchy_id,
1285: p_template_code => 'SUSPENSE',
1286: p_balance_type_code => p_balance_type_code,
1287: p_template_record => l_temp_record

Line 1553: l_temp_record gcs_templates_pkg.templaterecord;

1549: )
1550: IS
1551: l_has_row_flag VARCHAR2 (1);
1552: l_has_stat_row_flag VARCHAR2 (1);
1553: l_temp_record gcs_templates_pkg.templaterecord;
1554: l_threshold NUMBER;
1555: l_threshold_currency VARCHAR2 (30);
1556: l_pre_entry_id NUMBER (15);
1557: l_pre_stat_entry_id NUMBER (15);

Line 1902: gcs_templates_pkg.get_dimension_template

1898: INTO l_threshold, l_threshold_currency
1899: FROM gcs_hierarchies_b
1900: WHERE hierarchy_id = p_hierarchy_id;
1901: BEGIN
1902: gcs_templates_pkg.get_dimension_template
1903: (p_hierarchy_id => p_hierarchy_id,
1904: p_template_code => 'SUSPENSE',
1905: p_balance_type_code => p_balance_type_code,
1906: p_template_record => l_temp_record