DBA Data[Home] [Help]

APPS.GCS_DATA_PREP_PKG dependencies on GCS_CONS_ENG_RUN_DTLS_PKG

Line 814: gcs_cons_eng_run_dtls_pkg.update_entry_headers(p_run_detail_id => p_run_detail_id,

810: fea_attr.ext_account_type_code
811: AND fea_attr.attribute_id = l_acct_type_attr
812: AND fea_attr.version_id = l_acct_type_version;
813:
814: gcs_cons_eng_run_dtls_pkg.update_entry_headers(p_run_detail_id => p_run_detail_id,
815: p_entry_id => l_entry_id,
816: p_stat_entry_id => l_stat_entry_id,
817: p_pre_prop_entry_id => NULL,
818: p_pre_prop_stat_entry_id => NULL,

Line 842: gcs_cons_eng_run_dtls_pkg.update_entry_headers(p_run_detail_id => p_run_detail_id,

838: g_pkg_name || '.RETRIEVE_PRIOR_PERIOD_ENTRIES',
839: 'End of Exception');
840:
841: END IF;
842: gcs_cons_eng_run_dtls_pkg.update_entry_headers(p_run_detail_id => p_run_detail_id,
843: p_entry_id => NULL,
844: p_stat_entry_id => NULL,
845: p_pre_prop_entry_id => NULL,
846: p_pre_prop_stat_entry_id => NULL,

Line 1140: gcs_cons_eng_run_dtls_pkg.update_entry_headers(p_run_detail_id => p_run_detail_id,

1136: g_pkg_name || '.' || l_api_name,
1137: gcs_utility_pkg.g_module_failure || ' ' || x_errbuf ||
1138: '() ' || TO_CHAR(SYSDATE, 'DD-MON-YYYY HH:MI:SS'));
1139: END IF;
1140: gcs_cons_eng_run_dtls_pkg.update_entry_headers(p_run_detail_id => p_run_detail_id,
1141: p_entry_id => NULL,
1142: p_stat_entry_id => NULL,
1143: p_pre_prop_entry_id => NULL,
1144: p_pre_prop_stat_entry_id => NULL,

Line 1159: gcs_cons_eng_run_dtls_pkg.update_entry_headers(p_run_detail_id => p_run_detail_id,

1155: g_pkg_name || '.' || l_api_name,
1156: gcs_utility_pkg.g_module_failure || ' ' || x_errbuf ||
1157: '() ' || TO_CHAR(SYSDATE, 'DD-MON-YYYY HH:MI:SS'));
1158: END IF;
1159: gcs_cons_eng_run_dtls_pkg.update_entry_headers(p_run_detail_id => p_run_detail_id,
1160: p_entry_id => NULL,
1161: p_stat_entry_id => NULL,
1162: p_pre_prop_entry_id => NULL,
1163: p_pre_prop_stat_entry_id => NULL,

Line 1173: gcs_cons_eng_run_dtls_pkg.update_entry_headers(p_run_detail_id => p_run_detail_id,

1169: g_pkg_name || '.' || l_api_name,
1170: gcs_utility_pkg.g_module_failure || ' ' || x_errbuf ||
1171: '() ' || TO_CHAR(SYSDATE, 'DD-MON-YYYY HH:MI:SS'));
1172: END IF;
1173: gcs_cons_eng_run_dtls_pkg.update_entry_headers(p_run_detail_id => p_run_detail_id,
1174: p_entry_id => NULL,
1175: p_stat_entry_id => NULL,
1176: p_pre_prop_entry_id => NULL,
1177: p_pre_prop_stat_entry_id => NULL,

Line 1191: gcs_cons_eng_run_dtls_pkg.update_entry_headers(p_run_detail_id => p_run_detail_id,

1187: g_pkg_name || '.' || l_api_name,
1188: gcs_utility_pkg.g_module_failure || ' ' || x_errbuf ||
1189: '() ' || TO_CHAR(SYSDATE, 'DD-MON-YYYY HH:MI:SS'));
1190: END IF;
1191: gcs_cons_eng_run_dtls_pkg.update_entry_headers(p_run_detail_id => p_run_detail_id,
1192: p_entry_id => NULL,
1193: p_stat_entry_id => NULL,
1194: p_pre_prop_entry_id => NULL,
1195: p_pre_prop_stat_entry_id => NULL,

Line 2597: gcs_cons_eng_run_dtls_pkg.update_entry_headers

2593: WHERE entry_id = l_proportional_entry_id;
2594: ELSE
2595: retcode := gcs_utility_pkg.g_ret_sts_success;
2596: END IF;
2597: gcs_cons_eng_run_dtls_pkg.update_entry_headers
2598: (p_run_detail_id => p_run_detail_id,
2599: p_entry_id => l_proportional_entry_id,
2600: p_stat_entry_id => l_stat_proportional_entry_id,
2601: p_pre_prop_entry_id => l_entry_id,

Line 2607: gcs_cons_eng_run_dtls_pkg.update_entry_headers

2603: p_request_error_code => retcode,
2604: p_bp_request_error_code => retcode
2605: );
2606: ELSE
2607: gcs_cons_eng_run_dtls_pkg.update_entry_headers
2608: (p_run_detail_id => p_run_detail_id,
2609: p_entry_id => l_entry_id,
2610: p_stat_entry_id => l_stat_entry_id,
2611: p_pre_prop_entry_id => l_proportional_entry_id,

Line 2732: gcs_cons_eng_run_dtls_pkg.update_entry_headers

2728: || errbuf
2729: || TO_CHAR (SYSDATE, ''DD-MON-YYYY HH:MI:SS'')
2730: );
2731: END IF;
2732: gcs_cons_eng_run_dtls_pkg.update_entry_headers
2733: (p_run_detail_id => p_run_detail_id,
2734: p_entry_id => NULL,
2735: p_stat_entry_id => NULL,
2736: p_pre_prop_entry_id => NULL,