DBA Data[Home] [Help]

APPS.PO_XML_DELIVERY dependencies on FND_GLOBAL

Line 1477: FND_GLOBAL.set_nls_context( lang_name);

1473: from po_vendor_sites_all pvsa
1474: where vendor_id = p_vendor_id and
1475: vendor_site_id = p_vendor_site_id;
1476:
1477: FND_GLOBAL.set_nls_context( lang_name);
1478:
1479: end;
1480:
1481: /*

Line 1739: l_cur_user_id := fnd_global.user_id;

1735: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress
1736: || ':' || l_user_id || ':' || l_resp_id || ':' || l_appl_id);
1737: END IF;
1738:
1739: l_cur_user_id := fnd_global.user_id;
1740: l_cur_resp_id := fnd_global.resp_id;
1741: l_cur_appl_id := fnd_global.resp_appl_id;
1742:
1743:

Line 1740: l_cur_resp_id := fnd_global.resp_id;

1736: || ':' || l_user_id || ':' || l_resp_id || ':' || l_appl_id);
1737: END IF;
1738:
1739: l_cur_user_id := fnd_global.user_id;
1740: l_cur_resp_id := fnd_global.resp_id;
1741: l_cur_appl_id := fnd_global.resp_appl_id;
1742:
1743:
1744: x_progress := 'PO_XML_DELIVERY.set_user_context : 003';

Line 1741: l_cur_appl_id := fnd_global.resp_appl_id;

1737: END IF;
1738:
1739: l_cur_user_id := fnd_global.user_id;
1740: l_cur_resp_id := fnd_global.resp_id;
1741: l_cur_appl_id := fnd_global.resp_appl_id;
1742:
1743:
1744: x_progress := 'PO_XML_DELIVERY.set_user_context : 003';
1745: IF (g_po_wf_debug = 'Y') THEN

Line 1759: FND_GLOBAL.apps_initialize( user_id => l_user_id,

1755: )
1756: ) then
1757: resultout := wf_engine.eng_completed || ':' || 'ACTIVITY_IGNORED';
1758: else
1759: FND_GLOBAL.apps_initialize( user_id => l_user_id,
1760: resp_id => l_resp_id,
1761: resp_appl_id => l_appl_id);
1762:
1763: resultout := wf_engine.eng_completed || ':' || 'ACTIVITY_PERFORMED';