DBA Data[Home] [Help]

APPS.GCS_CONS_ENG_UTILITY_PKG dependencies on GCS_INTERCO_DYNAMIC_PKG

Line 871: GCS_INTERCO_DYNAMIC_PKG.Insert_Interco_Trx(p_entry_id => NVL(l_entry_id, -1),

867: p_bp_request_error_code => 'COMPLETED',
868: p_run_detail_id => l_run_detail_id);
869:
870: IF (v_adjustment_headers.period_init_entry_flag = 'N') THEN
871: GCS_INTERCO_DYNAMIC_PKG.Insert_Interco_Trx(p_entry_id => NVL(l_entry_id, -1),
872: p_stat_entry_id => NVL(l_stat_entry_id, -1),
873: p_hierarchy_id => cons_entity_wf_info.consolidation_hierarchy,
874: -- Bugfix 3800083 : Added Period End Date as a parameter
875: p_period_end_date => cons_entity_wf_info.cal_period_end_date,