DBA Data[Home] [Help]

APPS.GCS_AD_TRIALBALANCE_PKG dependencies on GCS_TEMPLATES_DYNAMIC_PKG

Line 668: gcs_templates_dynamic_pkg.calculate_re

664: FROM gcs_categories_b
665: WHERE category_code = 'ACQ_DISP';
666:
667: IF (l_org_code = 'CHILD_BASE_ORG') THEN
668: gcs_templates_dynamic_pkg.calculate_re
669: (p_entry_id => l_entry_id,
670: p_hierarchy_id => p_hierarchy_id,
671: p_bal_type_code => l_balance_type_code,
672: p_entity_id => p_operating_entity_id

Line 675: gcs_templates_dynamic_pkg.calculate_re

671: p_bal_type_code => l_balance_type_code,
672: p_entity_id => p_operating_entity_id
673: );
674: ELSE
675: gcs_templates_dynamic_pkg.calculate_re
676: (p_entry_id => l_entry_id,
677: p_hierarchy_id => p_hierarchy_id,
678: p_bal_type_code => l_balance_type_code,
679: p_entity_id => l_elim_entity_id