DBA Data[Home] [Help]

APPS.OZF_RESALE_WF_PVT dependencies on FND_GLOBAL

Line 63: l_msg_data || fnd_global.local_chr(10);

59: p_data => l_msg_data,
60: p_msg_index_out => l_msg_index
61: );
62: l_temp_mesg := l_msg_index ||': ' ||
63: l_msg_data || fnd_global.local_chr(10);
64: IF length (l_final_msg ) + length (l_temp_mesg) >= 4000 THEN
65: goto end_loop_error;
66: END IF;
67: l_final_msg := l_final_msg ||

Line 69: l_msg_data || fnd_global.local_chr(10);

65: goto end_loop_error;
66: END IF;
67: l_final_msg := l_final_msg ||
68: l_msg_index ||': ' ||
69: l_msg_data || fnd_global.local_chr(10);
70:
71: << end_loop_error >>
72: null;
73: END LOOP ;

Line 137: FND_GLOBAL.APPS_INITIALIZE(l_user_id, l_resp_id, l_appl_id);

133: OZF_UTILITY_PVT.debug_message('l_resp_id ' || l_resp_id );
134: OZF_UTILITY_PVT.debug_message('l_appl_id ' || l_appl_id );
135: END IF;
136: --//Initilize the session
137: FND_GLOBAL.APPS_INITIALIZE(l_user_id, l_resp_id, l_appl_id);
138:
139: EXCEPTION
140: WHEN OTHERS THEN
141: IF OZF_UNEXP_ERROR THEN

Line 1296: --FND_GLOBAL.APPS_INITIALIZE(l_batch_info.last_updated_by, 0, 682);

1292: CLOSE get_batch_info;
1293:
1294: --//Bugfix : 10431933
1295: -- The session is re-initialized when it is lost.
1296: --FND_GLOBAL.APPS_INITIALIZE(l_batch_info.last_updated_by, 0, 682);
1297:
1298:
1299: --//Re Initilize Session Context
1300: -- nepanda : Fix for Bug 13819601 commented extra set context

Line 3770: l_user_id_fnd := FND_GLOBAL.user_id;

3766: AND wiav.name = p_name;
3767:
3768: BEGIN
3769: -- nepanda : Fix for bug # 12716192
3770: l_user_id_fnd := FND_GLOBAL.user_id;
3771: l_resp_id_fnd := FND_GLOBAL.resp_id;
3772: l_batch_process_mode := NVL(fnd_profile.VALUE ('IDSM_BATCH_PROCESS_MODE'),'SYNC');
3773:
3774: OPEN get_batch_info(p_resale_batch_id);

Line 3771: l_resp_id_fnd := FND_GLOBAL.resp_id;

3767:
3768: BEGIN
3769: -- nepanda : Fix for bug # 12716192
3770: l_user_id_fnd := FND_GLOBAL.user_id;
3771: l_resp_id_fnd := FND_GLOBAL.resp_id;
3772: l_batch_process_mode := NVL(fnd_profile.VALUE ('IDSM_BATCH_PROCESS_MODE'),'SYNC');
3773:
3774: OPEN get_batch_info(p_resale_batch_id);
3775: FETCH get_batch_info INTO l_batch_info;

Line 3930: --FND_GLOBAL.APPS_INITIALIZE(l_user_id,l_resp_id, l_appl_id);

3926: p_value => l_batch_info.org_id,
3927: p_parameterlist => l_parameter_list);
3928:
3929: -- nepanda : Fix for Bug 13819601 commented extra set context
3930: --FND_GLOBAL.APPS_INITIALIZE(l_user_id,l_resp_id, l_appl_id);
3931: WF_EVENT.Raise
3932: ( p_event_name => p_event,
3933: p_event_key => l_itemkey,
3934: p_parameters => l_parameter_list);

Line 4022: l_user_id_fnd := FND_GLOBAL.user_id;

4018: AND wiav.name = p_name;
4019:
4020: BEGIN
4021:
4022: l_user_id_fnd := FND_GLOBAL.user_id;
4023: l_resp_id_fnd := FND_GLOBAL.resp_id;
4024:
4025: OPEN get_batch_info(p_resale_batch_id);
4026: FETCH get_batch_info INTO l_batch_info;

Line 4023: l_resp_id_fnd := FND_GLOBAL.resp_id;

4019:
4020: BEGIN
4021:
4022: l_user_id_fnd := FND_GLOBAL.user_id;
4023: l_resp_id_fnd := FND_GLOBAL.resp_id;
4024:
4025: OPEN get_batch_info(p_resale_batch_id);
4026: FETCH get_batch_info INTO l_batch_info;
4027: CLOSE get_batch_info;

Line 4256: (NVL(FND_GLOBAL.user_id,-99) <> l_wf_user_id) OR

4252:
4253: IF p_funcmode = 'TEST_CTX' THEN
4254: IF (NVL(mo_global.get_access_mode,'NULL') <> 'S') OR
4255: (NVL(mo_global.get_current_org_id,-99) <> l_wf_batch_org_id) OR
4256: (NVL(FND_GLOBAL.user_id,-99) <> l_wf_user_id) OR
4257: (NVL(FND_GLOBAL.resp_id,-99) <> l_wf_resp_id)
4258: THEN
4259: p_resultout := 'NOTSET';
4260: ELSE

Line 4257: (NVL(FND_GLOBAL.resp_id,-99) <> l_wf_resp_id)

4253: IF p_funcmode = 'TEST_CTX' THEN
4254: IF (NVL(mo_global.get_access_mode,'NULL') <> 'S') OR
4255: (NVL(mo_global.get_current_org_id,-99) <> l_wf_batch_org_id) OR
4256: (NVL(FND_GLOBAL.user_id,-99) <> l_wf_user_id) OR
4257: (NVL(FND_GLOBAL.resp_id,-99) <> l_wf_resp_id)
4258: THEN
4259: p_resultout := 'NOTSET';
4260: ELSE
4261: p_resultout := 'TRUE';

Line 4267: FND_GLOBAL.apps_initialize(l_wf_user_id, l_wf_resp_id, l_wf_appl_id);

4263: END IF;
4264:
4265: IF p_funcmode = 'SET_CTX' THEN
4266: IF l_wf_user_id IS NOT NULL AND l_wf_resp_id IS NOT NULL THEN
4267: FND_GLOBAL.apps_initialize(l_wf_user_id, l_wf_resp_id, l_wf_appl_id);
4268: END IF;
4269: IF l_wf_batch_org_id IS NOT NULL THEN
4270: MO_GLOBAL.init('OZF');
4271: MO_GLOBAL.set_policy_context('S', l_wf_batch_org_id);