DBA Data[Home] [Help]

APPS.GCS_ENTRY_PKG dependencies on GCS_TEMPLATES_DYNAMIC_PKG

Line 371: gcs_templates_dynamic_pkg.calculate_re(p_entry_id => l_entry_id(l_counter),

367:
368: IF l_year_to_apply_re IS NOT NULL THEN
369: FOR l_counter IN l_entry_id.FIRST .. l_entry_id.LAST LOOP
370:
371: gcs_templates_dynamic_pkg.calculate_re(p_entry_id => l_entry_id(l_counter),
372: p_hierarchy_id => l_hierarchy_id(l_counter),
373: p_bal_type_code => p_balance_type_code,
374: p_entity_id => p_entity_id);
375: END LOOP;

Line 1284: gcs_templates_dynamic_pkg.calculate_re(p_entry_id => l_entry_id,

1280: flia.dim_attribute_varchar_member) IN ('REVENUE', 'EXPENSE') THEN 'PROFIT_LOSS' ELSE 'BALANCE_SHEET' END
1281: WHERE entry_id = l_entry_id;
1282:
1283: IF l_year_to_apply_re IS NOT NULL THEN
1284: gcs_templates_dynamic_pkg.calculate_re(p_entry_id => l_entry_id,
1285: p_hierarchy_id => l_hierarchy_id,
1286: p_bal_type_code => l_balance_code,
1287: p_entity_id => l_entity_id);
1288: END IF;