DBA Data[Home] [Help]

APPS.GCS_CONS_ENGINE_PKG dependencies on GCS_CONS_ENG_RUN_DTLS_PKG

Line 154: gcs_cons_eng_run_dtls_pkg.insert_row(p_run_name => cons_entity_wf_info.run_identifier,

150: IF (v_immediate_children.parent_currency_code = v_immediate_children.child_currency_code) THEN
151: l_xlate_request_error_code := 'NOT_APPLICABLE';
152: END IF;
153:
154: gcs_cons_eng_run_dtls_pkg.insert_row(p_run_name => cons_entity_wf_info.run_identifier,
155: p_consolidation_entity_id => cons_entity_wf_info.consolidation_entity,
156: p_category_code => 'DATAPREPARATION',
157: p_child_entity_id => v_immediate_children.child_entity_id,
158: p_entry_id => NULL,

Line 166: gcs_cons_eng_run_dtls_pkg.insert_row(p_run_name => cons_entity_wf_info.run_identifier,

162: p_request_error_code => 'NOT_STARTED',
163: p_bp_request_error_code => 'NOT_STARTED');
164:
165: IF (l_xlate_request_error_code = 'NOT_STARTED') THEN
166: gcs_cons_eng_run_dtls_pkg.insert_row(p_run_name => cons_entity_wf_info.run_identifier,
167: p_consolidation_entity_id => cons_entity_wf_info.consolidation_entity,
168: p_category_code => 'TRANSLATION',
169: p_child_entity_id => v_immediate_children.child_entity_id,
170: p_entry_id => NULL,

Line 191: gcs_cons_eng_run_dtls_pkg.insert_row(p_run_name => cons_entity_wf_info.run_identifier,

187: IF (v_oper_entity.child_currency_code = v_immediate_children.child_currency_code) THEN
188: l_xlate_request_error_code := 'NOT_APPLICABLE';
189: END IF;
190:
191: gcs_cons_eng_run_dtls_pkg.insert_row(p_run_name => cons_entity_wf_info.run_identifier,
192: p_consolidation_entity_id => cons_entity_wf_info.consolidation_entity,
193: p_category_code => 'DATAPREPARATION',
194: p_child_entity_id => v_oper_entity.child_entity_id,
195: p_cons_relationship_id => v_oper_entity.cons_relationship_id,

Line 201: gcs_cons_eng_run_dtls_pkg.insert_row(p_run_name => cons_entity_wf_info.run_identifier,

197: p_request_error_code => 'NOT_STARTED',
198: p_bp_request_error_code => 'NOT_STARTED');
199:
200: IF (l_xlate_request_error_code = 'NOT_STARTED') THEN
201: gcs_cons_eng_run_dtls_pkg.insert_row(p_run_name => cons_entity_wf_info.run_identifier,
202: p_consolidation_entity_id => cons_entity_wf_info.consolidation_entity,
203: p_category_code => 'TRANSLATION',
204: p_child_entity_id => v_oper_entity.child_entity_id,
205: p_cons_relationship_id => v_oper_entity.cons_relationship_id,

Line 419: gcs_cons_eng_run_dtls_pkg.update_entry_headers_async( p_run_detail_id => oper_entity_wf_info.run_detail_id,

415: p_period_end_date => cons_entity_wf_info.cal_period_end_date,
416: x_errbuf => l_parameter_list.errbuf,
417: x_retcode => l_parameter_list.retcode);
418:
419: gcs_cons_eng_run_dtls_pkg.update_entry_headers_async( p_run_detail_id => oper_entity_wf_info.run_detail_id,
420: p_entry_id => l_entry_id,
421: p_stat_entry_id => l_stat_entry_id,
422: p_request_error_code => 'COMPLETED',
423: p_bp_request_error_code => 'COMPLETED');

Line 512: gcs_cons_eng_run_dtls_pkg.update_entry_headers_async( p_run_detail_id => oper_entity_wf_info.run_detail_id,

508: EXCEPTION
509: WHEN NO_DATA_FOUND THEN
510: result := 'COMPLETE:NONE';
511:
512: gcs_cons_eng_run_dtls_pkg.update_entry_headers_async( p_run_detail_id => oper_entity_wf_info.run_detail_id,
513: p_entry_id => l_entry_id,
514: p_stat_entry_id => l_stat_entry_id,
515: p_request_error_code => l_request_error_code,
516: p_bp_request_error_code => l_request_error_code

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

566: ELSE
567: result := 'COMPLETE:F';
568:
569: --Bugfix 5288100: If aggregation is not required then insert not applicable into gcs_cons_eng_run_dtls
570: GCS_CONS_ENG_RUN_DTLS_PKG.insert_row(p_run_name => cons_entity_wf_info.run_identifier,
571: p_consolidation_entity_id => cons_entity_wf_info.consolidation_entity,
572: p_category_code => 'AGGREGATION',
573: p_child_entity_id => cons_entity_wf_info.consolidation_entity,
574: p_cons_relationship_id => -1,

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

625: l_cons_relationship_id := -1;
626: END;
627:
628:
629: GCS_CONS_ENG_RUN_DTLS_PKG.insert_row(p_run_name => cons_entity_wf_info.run_identifier,
630: p_consolidation_entity_id => cons_entity_wf_info.consolidation_entity,
631: p_category_code => 'AGGREGATION',
632: p_child_entity_id => cons_entity_wf_info.consolidation_entity,
633: p_cons_relationship_id => l_cons_relationship_id,

Line 763: gcs_cons_eng_run_dtls_pkg.update_category_status(

759: WHERE hierarchy_id = cons_entity_wf_info.consolidation_hierarchy;
760:
761:
762: BEGIN
763: gcs_cons_eng_run_dtls_pkg.update_category_status(
764: p_run_name => cons_entity_wf_info.run_identifier,
765: p_consolidation_entity_id => cons_entity_wf_info.consolidation_entity,
766: p_category_code => 'AGGREGATION',
767: p_status => l_status_code);

Line 822: gcs_cons_eng_run_dtls_pkg.update_entry_headers_async( p_run_detail_id => l_run_detail_id,

818: WHERE gcerd.category_code = 'DATAPREPARATION'
819: AND gcerd.child_entity_id = cons_entity_wf_info.consolidation_entity
820: AND gcerd.run_name = cons_entity_wf_info.run_identifier;
821:
822: gcs_cons_eng_run_dtls_pkg.update_entry_headers_async( p_run_detail_id => l_run_detail_id,
823: p_entry_id => l_entry_id,
824: p_stat_entry_id => l_stat_entry_id,
825: p_request_error_code => l_status_code,
826: p_bp_request_error_code => l_status_code);

Line 1055: gcs_cons_eng_run_dtls_pkg.insert_row(

1051:
1052: gcs_cons_eng_utility_pkg.get_cons_entity_wf_info(itemtype, itemkey, cons_entity_wf_info);
1053:
1054: FOR v_categories_to_process IN c_categories_to_process LOOP
1055: gcs_cons_eng_run_dtls_pkg.insert_row(
1056: p_run_name => cons_entity_wf_info.run_identifier,
1057: p_consolidation_entity_id => cons_entity_wf_info.consolidation_entity,
1058: p_category_code => v_categories_to_process.category_code,
1059: p_request_error_code => v_categories_to_process.request_error_code,