DBA Data[Home] [Help]

APPS.GCS_DP_DYNAMIC_PKG dependencies on GCS_CONS_ENG_RUN_DTLS

Line 1373: gcs_cons_eng_run_dtls_pkg.update_entry_headers

1369: WHERE entry_id = l_proportional_entry_id;
1370: ELSE
1371: retcode := gcs_utility_pkg.g_ret_sts_success;
1372: END IF;
1373: gcs_cons_eng_run_dtls_pkg.update_entry_headers
1374: (p_run_detail_id => p_run_detail_id,
1375: p_entry_id => l_proportional_entry_id,
1376: p_stat_entry_id => l_stat_proportional_entry_id,
1377: p_pre_prop_entry_id => l_entry_id,

Line 1383: gcs_cons_eng_run_dtls_pkg.update_entry_headers

1379: p_request_error_code => retcode,
1380: p_bp_request_error_code => retcode
1381: );
1382: ELSE
1383: gcs_cons_eng_run_dtls_pkg.update_entry_headers
1384: (p_run_detail_id => p_run_detail_id,
1385: p_entry_id => l_entry_id,
1386: p_stat_entry_id => l_stat_entry_id,
1387: p_pre_prop_entry_id => l_proportional_entry_id,

Line 1499: gcs_cons_eng_run_dtls_pkg.update_entry_headers

1495: || errbuf
1496: || TO_CHAR (SYSDATE, 'DD-MON-YYYY HH:MI:SS')
1497: );
1498: END IF;
1499: gcs_cons_eng_run_dtls_pkg.update_entry_headers
1500: (p_run_detail_id => p_run_detail_id,
1501: p_entry_id => NULL,
1502: p_stat_entry_id => NULL,
1503: p_pre_prop_entry_id => NULL,

Line 1756: FROM gcs_cons_eng_run_dtls

1752: BEGIN
1753: SELECT decode (p_owner_percentage, 1, entry_id, pre_prop_entry_id),
1754: decode (p_owner_percentage, 1, stat_entry_id, pre_prop_stat_entry_id)
1755: INTO l_pre_entry_id, l_pre_stat_entry_id
1756: FROM gcs_cons_eng_run_dtls
1757: WHERE child_entity_id = p_entity_id
1758: AND category_code = 'DATAPREPARATION'
1759: AND run_name in (
1760: SELECT nvl(associated_run_name, run_name)