DBA Data[Home] [Help]

APPS.GCS_CONS_ENG_UTILITY_PKG dependencies on GCS_CONS_ENG_RUN_DTLS_PKG

Line 168: gcs_cons_eng_run_dtls_pkg.update_entry_headers(

164: IF (p_parameter_list.errbuf IS NOT NULL) THEN
165: p_parameter_list.xlate_entry_id := NULL;
166: END IF;
167:
168: gcs_cons_eng_run_dtls_pkg.update_entry_headers(
169: p_run_detail_id => p_parameter_list.run_detail_id,
170: p_entry_id => p_parameter_list.xlate_entry_id,
171: p_request_error_code => NVL(p_parameter_list.errbuf, 'COMPLETED'),
172: p_bp_request_error_code => NVL(p_parameter_list.errbuf, 'COMPLETED'));

Line 256: gcs_cons_eng_run_dtls_pkg.update_entry_headers(

252: p_errbuf => p_parameter_list.errbuf,
253: p_retcode => p_parameter_list.retcode,
254: p_hier_dataset_code => p_parameter_list.hierarchy_dataset_code);
255:
256: gcs_cons_eng_run_dtls_pkg.update_entry_headers(
257: p_run_detail_id => p_parameter_list.run_detail_id,
258: p_request_error_code => NVL(p_parameter_list.errbuf, 'COMPLETED'),
259: p_bp_request_error_code => NVL(p_parameter_list.errbuf, 'COMPLETED'));
260:

Line 588: gcs_cons_eng_run_dtls_pkg.copy_prior_run_dtls(

584: EXCEPTION
585: WHEN NO_DATA_FOUND THEN
586: -- Need to copy run details for the prior run
587: result := 'COMPLETE:F';
588: gcs_cons_eng_run_dtls_pkg.copy_prior_run_dtls(
589: p_prior_run_name => cons_entity_wf_info.prior_run_identifier,
590: p_current_run_name => cons_entity_wf_info.run_identifier,
591: p_itemtype => itemtype,
592: p_entity_id => l_child_entity_id);

Line 830: GCS_CONS_ENG_RUN_DTLS_PKG.insert_row(p_run_name => cons_entity_wf_info.run_identifier,

826: cons_entity_wf_info.consolidation_hierarchy,
827: l_entity_id,
828: cons_entity_wf_info.balance_type_code) LOOP
829:
830: GCS_CONS_ENG_RUN_DTLS_PKG.insert_row(p_run_name => cons_entity_wf_info.run_identifier,
831: p_consolidation_entity_id => cons_entity_wf_info.consolidation_entity,
832: p_category_code => 'ACQ_DISP',
833: p_child_entity_id => v_acqdisp_headers.child_entity_id,
834: p_entry_id => v_acqdisp_headers.entry_id,

Line 859: GCS_CONS_ENG_RUN_DTLS_PKG.insert_row(p_run_name => cons_entity_wf_info.run_identifier,

855: ELSE
856: l_stat_entry_id := v_adjustment_headers.entry_id;
857: END IF;
858:
859: GCS_CONS_ENG_RUN_DTLS_PKG.insert_row(p_run_name => cons_entity_wf_info.run_identifier,
860: p_consolidation_entity_id => cons_entity_wf_info.consolidation_entity,
861: p_category_code => l_category_code,
862: p_child_entity_id => l_entity_id,
863: p_entry_id => l_entry_id,

Line 1028: gcs_cons_eng_run_dtls_pkg.update_entry_headers_async

1024: execute_module ( module_code => 'TRANSLATION',
1025: p_parameter_list => l_parameter_list,
1026: p_item_key => itemkey);
1027: ELSE
1028: gcs_cons_eng_run_dtls_pkg.update_entry_headers_async
1029: ( p_run_detail_id => l_parameter_list.run_detail_id,
1030: p_request_error_code => 'NOT_APPLICABLE',
1031: p_bp_request_error_code => 'NOT_APPLICABLE');
1032: END IF;

Line 1088: gcs_cons_eng_run_dtls_pkg.update_category_status(

1084: END IF;
1085:
1086: IF (l_category_code = 'DATAPREPARATION') THEN
1087:
1088: gcs_cons_eng_run_dtls_pkg.update_category_status(
1089: p_run_name => cons_entity_wf_info.run_identifier,
1090: p_consolidation_entity_id => cons_entity_wf_info.consolidation_entity,
1091: p_category_code => l_category_code,
1092: p_status => l_status_code);

Line 1107: gcs_cons_eng_run_dtls_pkg.update_category_status(

1103: END IF;
1104: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
1105: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, g_api || '.UPDATE_PROCESS_STATUS', 'Actual Category Code : ' || l_category_code);
1106: END IF;
1107: gcs_cons_eng_run_dtls_pkg.update_category_status(
1108: p_run_name => cons_entity_wf_info.run_identifier,
1109: p_consolidation_entity_id => cons_entity_wf_info.consolidation_entity,
1110: p_category_code => l_category_code,
1111: p_status => l_status_code);

Line 1363: GCS_CONS_ENG_RUN_DTLS_PKG.insert_row(p_run_name => cons_entity_wf_info.run_identifier,

1359: cons_entity_wf_info.balance_type_code)
1360: LOOP
1361: l_parameter_list.rp_parameters.parentEntity := v_oper_entity_rules.parent_entity_id;
1362:
1363: GCS_CONS_ENG_RUN_DTLS_PKG.insert_row(p_run_name => cons_entity_wf_info.run_identifier,
1364: p_consolidation_entity_id => cons_entity_wf_info.consolidation_entity,
1365: p_category_code => l_category_code,
1366: p_child_entity_id => v_oper_entity_rules.child_entity_id,
1367: p_rule_id => v_oper_entity_rules.rule_id,

Line 1432: GCS_CONS_ENG_RUN_DTLS_PKG.insert_row(p_run_name => cons_entity_wf_info.run_identifier,

1428: AND attribute_id = l_oper_entity_attr
1429: AND version_id = l_oper_entity_version;
1430: END IF;
1431:
1432: GCS_CONS_ENG_RUN_DTLS_PKG.insert_row(p_run_name => cons_entity_wf_info.run_identifier,
1433: p_consolidation_entity_id => cons_entity_wf_info.consolidation_entity,
1434: p_category_code => l_category_code,
1435: p_child_entity_id => v_cons_entity_rules.child_entity_id,
1436: p_rule_id => v_cons_entity_rules.rule_id,

Line 1500: GCS_CONS_ENG_RUN_DTLS_PKG.insert_row( p_run_name => cons_entity_wf_info.run_identifier,

1496: cons_entity_wf_info.cal_period_id,
1497: l_tgt_entity_id)
1498: LOOP
1499:
1500: GCS_CONS_ENG_RUN_DTLS_PKG.insert_row( p_run_name => cons_entity_wf_info.run_identifier,
1501: p_consolidation_entity_id => cons_entity_wf_info.consolidation_entity,
1502: p_category_code => l_category_code,
1503: p_child_entity_id => v_mp_entries.child_entity_id,
1504: p_rule_id => v_mp_entries.rule_id,