DBA Data[Home] [Help]

APPS.GCS_DP_DYNAMIC_PKG dependencies on GCS_CONS_ENG_RUN_DTLS_PKG

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,