DBA Data[Home] [Help]

APPS.ITG_WF_UTILS dependencies on FND_GLOBAL

Line 81: p_doc_owner => FND_GLOBAL.USER_ID,

77: p_tr_partner_id => itg_x_utils.g_party_id,
78: p_tr_partner_site => itg_x_utils.g_party_site_id,
79: p_resend_flag => 'N',
80: p_resend_count => 0,
81: p_doc_owner => FND_GLOBAL.USER_ID,
82: p_init_date => SYSDATE,
83: p_doc_creation_date => SYSDATE, /* NOTE: value from record? */
84: p_doc_revision_date => SYSDATE,
85: p_doc_type => l_doc_type,

Line 282: FND_GLOBAL.set_nls_context(p_nls_language => l_nls_lang);

278: IF (l_Debug_Level <= 1) THEN
279: itg_debug_pub.Add('NLS langauage '||l_nls_lang ,1);
280: END IF;
281:
282: FND_GLOBAL.set_nls_context(p_nls_language => l_nls_lang);
283:
284: IF (l_Debug_Level <= 1) THEN
285: itg_debug_pub.Add('NLS context is switched' ,1);
286: END IF;

Line 428: l_lang := FND_GLOBAL.CURRENT_LANGUAGE;

424: IF (l_Debug_Level <= 1) THEN
425: itg_debug_pub.Add('l_nls_language - ' || l_nls_language ,1);
426: END IF;
427:
428: l_lang := FND_GLOBAL.CURRENT_LANGUAGE;
429:
430: IF (l_Debug_Level <= 1) THEN
431: itg_debug_pub.Add('l_lang - ' || l_lang ,1);
432: END IF;

Line 434: FND_GLOBAL.set_nls_context(p_nls_language => l_nls_language);

430: IF (l_Debug_Level <= 1) THEN
431: itg_debug_pub.Add('l_lang - ' || l_lang ,1);
432: END IF;
433:
434: FND_GLOBAL.set_nls_context(p_nls_language => l_nls_language);
435:
436: IF (l_Debug_Level <= 1) THEN
437: itg_debug_pub.Add('set_nls_context SET' ,1);
438: END IF;