DBA Data[Home] [Help]

APPS.GCS_CONS_ENGINE_PKG dependencies on FND_GLOBAL

Line 287: WF_ENGINE.CreateProcess(g_oper_item_type, l_childkey_list(counter), g_oper_entity_process, l_childkey_list(counter), FND_GLOBAL.USER_NAME);

283: l_childkey_list.extend(1);
284: l_childkey_list(counter) := l_child_key;
285:
286: --Bugfix 5197891: Assign appropriate user rather than null value
287: WF_ENGINE.CreateProcess(g_oper_item_type, l_childkey_list(counter), g_oper_entity_process, l_childkey_list(counter), FND_GLOBAL.USER_NAME);
288: WF_ENGINE.SetItemAttrNumber(g_oper_item_type, l_childkey_list(counter), 'OPER_ENTITY', v_operating_entity.child_entity_id);
289: WF_ENGINE.SetItemAttrNumber(g_oper_item_type, l_childkey_list(counter), 'RUN_DETAIL_ID', v_operating_entity.run_detail_id);
290: WF_ENGINE.SetItemAttrNumber(g_oper_item_type, l_childkey_list(counter), 'CONS_RELATIONSHIP_ID', v_operating_entity.cons_relationship_id);
291: WF_ENGINE.SetItemAttrText(g_oper_item_type, l_childkey_list(counter), 'PARENT_WORKFLOW_KEY', itemkey);

Line 874: fnd_global.user_id,

870: SELECT cons_entity_wf_info.run_identifier,
871: cons_entity_id,
872: gcr.child_entity_id,
873: sysdate,
874: fnd_global.user_id,
875: sysdate,
876: fnd_global.user_id,
877: fnd_global.login_id,
878: 1,

Line 876: fnd_global.user_id,

872: gcr.child_entity_id,
873: sysdate,
874: fnd_global.user_id,
875: sysdate,
876: fnd_global.user_id,
877: fnd_global.login_id,
878: 1,
879: --Bugfix 5091093: Added consolidation type code
880: gtb.consolidation_type_code

Line 877: fnd_global.login_id,

873: sysdate,
874: fnd_global.user_id,
875: sysdate,
876: fnd_global.user_id,
877: fnd_global.login_id,
878: 1,
879: --Bugfix 5091093: Added consolidation type code
880: gtb.consolidation_type_code
881: FROM gcs_cons_relationships gcr,

Line 985: WF_ENGINE.CreateProcess(g_cons_item_type, l_childkey_list(counter), g_cons_entity_process, l_childkey_list(counter), FND_GLOBAL.USER_NAME);

981: p_request_id => cons_entity_wf_info.request_id
982: );
983:
984: --Bugfix 5197891: Assign appropriate user rather than null value
985: WF_ENGINE.CreateProcess(g_cons_item_type, l_childkey_list(counter), g_cons_entity_process, l_childkey_list(counter), FND_GLOBAL.USER_NAME);
986: WF_ENGINE.SetItemAttrNumber(g_cons_item_type, l_childkey_list(counter), 'CONS_HIERARCHY', cons_entity_wf_info.consolidation_hierarchy);
987: WF_ENGINE.SetItemAttrNumber(g_cons_item_type, l_childkey_list(counter), 'CONS_ENTITY', v_cons_entity.child_entity_id);
988: WF_ENGINE.SetItemAttrText(g_cons_item_type, l_childkey_list(counter), 'RUN_IDENTIFIER', cons_entity_wf_info.run_identifier);
989: WF_ENGINE.SetItemAttrText(g_cons_item_type, l_childkey_list(counter), 'CAL_PERIOD', cons_entity_wf_info.cal_period_id);

Line 1171: last_updated_by = FND_GLOBAL.USER_ID,

1167: status_code = l_status_code,
1168: impacted_flag = l_impacted_flag,
1169: locked_flag = l_locked_flag,
1170: end_time = sysdate,
1171: last_updated_by = FND_GLOBAL.USER_ID,
1172: last_update_date = sysdate,
1173: last_update_login = FND_GLOBAL.LOGIN_ID
1174: WHERE run_name = cons_entity_wf_info.run_identifier
1175: AND run_entity_id = cons_entity_wf_info.consolidation_entity;

Line 1173: last_update_login = FND_GLOBAL.LOGIN_ID

1169: locked_flag = l_locked_flag,
1170: end_time = sysdate,
1171: last_updated_by = FND_GLOBAL.USER_ID,
1172: last_update_date = sysdate,
1173: last_update_login = FND_GLOBAL.LOGIN_ID
1174: WHERE run_name = cons_entity_wf_info.run_identifier
1175: AND run_entity_id = cons_entity_wf_info.consolidation_entity;
1176:
1177: UPDATE gcs_cons_eng_runs gcer