DBA Data[Home] [Help]

APPS.GCS_AGGREGATION_PKG dependencies on GCS_CONS_ENG_RUN_DTLS_PKG

Line 426: GCS_CONS_ENG_RUN_DTLS_PKG.update_entry_headers(p_run_detail_id,

422: p_hier_dataset_code);
423:
424: -- Update run details with the new entry id's
425: IF (l_consolidation_type = 'PARTIAL') THEN
426: GCS_CONS_ENG_RUN_DTLS_PKG.update_entry_headers(p_run_detail_id,
427: l_prop_entry_id,
428: l_stat_prop_entry_id,
429: l_entry_id,
430: l_stat_entry_id);

Line 433: GCS_CONS_ENG_RUN_DTLS_PKG.update_entry_headers(p_run_detail_id,

429: l_entry_id,
430: l_stat_entry_id);
431:
432: ELSE
433: GCS_CONS_ENG_RUN_DTLS_PKG.update_entry_headers(p_run_detail_id,
434: l_entry_id,
435: l_stat_entry_id);
436: END IF;
437: