DBA Data[Home] [Help]

APPS.FUN_WF_COMMON dependencies on FND_GLOBAL

Line 62: l_result := l_result || l_curr || fnd_global.newline;

58: END IF;
59: IF ( nvl(p_flush,TRUE)) THEN
60: fnd_msg_pub.delete_msg(l_msg_index);
61: END IF;
62: l_result := l_result || l_curr || fnd_global.newline;
63: END LOOP;
64:
65: fnd_msg_pub.get(fnd_msg_pub.g_next, 'F', l_curr, l_msg_index);
66: IF ( nvl(p_flush,TRUE)) THEN

Line 368: l_user_id := fnd_global.user_id;

364: WHERE batch_id = p_batch_id;
365:
366: begin
367: --Bug: 7639191
368: l_user_id := fnd_global.user_id;
369: l_resp_id := fnd_global.resp_id;
370: l_appl_id := fnd_global.resp_appl_id;
371:
372: select USERENV('LANG')

Line 369: l_resp_id := fnd_global.resp_id;

365:
366: begin
367: --Bug: 7639191
368: l_user_id := fnd_global.user_id;
369: l_resp_id := fnd_global.resp_id;
370: l_appl_id := fnd_global.resp_appl_id;
371:
372: select USERENV('LANG')
373: INTO l_user_env_lang

Line 370: l_appl_id := fnd_global.resp_appl_id;

366: begin
367: --Bug: 7639191
368: l_user_id := fnd_global.user_id;
369: l_resp_id := fnd_global.resp_id;
370: l_appl_id := fnd_global.resp_appl_id;
371:
372: select USERENV('LANG')
373: INTO l_user_env_lang
374: FROM DUAL;

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

372: select USERENV('LANG')
373: INTO l_user_env_lang
374: FROM DUAL;
375:
376: FND_GLOBAL.APPS_INITIALIZE(l_user_id,l_resp_id,l_appl_id);
377:
378: WF_EVENT.AddParameterToList(p_name=>'BATCH_ID',
379: p_value=>TO_CHAR(batch_id),
380: p_parameterlist=>l_parameter_list);

Line 1102: IF (l_approver_table(l_index).name = fnd_global.user_name AND l_approver_table(l_index).approval_status <> 'APPROVE') THEN

1098:
1099:
1100: FOR l_index IN 1..l_approver_table.COUNT
1101: LOOP
1102: IF (l_approver_table(l_index).name = fnd_global.user_name AND l_approver_table(l_index).approval_status <> 'APPROVE') THEN
1103: COMMIT;
1104: RETURN 'Y';
1105: END IF;
1106: END LOOP;

Line 1121: IF (l_approver_table(l_index).name = fnd_global.user_name AND l_approver_table(l_index).approval_status <> 'APPROVE') THEN

1117:
1118:
1119: FOR l_index IN 1..l_approver_table.COUNT
1120: LOOP
1121: IF (l_approver_table(l_index).name = fnd_global.user_name AND l_approver_table(l_index).approval_status <> 'APPROVE') THEN
1122: COMMIT;
1123: RETURN 'Y';
1124: END IF;
1125: END LOOP;