DBA Data[Home] [Help]

APPS.AP_WFAPPROVAL_PKG dependencies on FND_CLIENT_INFO

Line 159: fnd_client_info.set_org_context(l_org_id);

155: 'APINV_AOI',
156: l_org_id);
157:
158: --Now set the environment
159: fnd_client_info.set_org_context(l_org_id);
160:
161:
162: IF l_check_PO_match = 'Y' THEN
163:

Line 254: fnd_client_info.set_org_context(l_org_id);

250: l_invoice_id := substr(itemkey, 1, instr(itemkey,'_')-1);
251: l_iteration := substr(itemkey, instr(itemkey,'_')+1, length(itemkey));
252:
253: --Now set the environment
254: fnd_client_info.set_org_context(l_org_id);
255: -- bug 4961253 added user_id condition.
256: IF l_next_approver.person_id is null
257: AND l_next_approver.user_id is null THEN /*no approver on the list*/
258:

Line 410: fnd_client_info.set_org_context(l_org_id);

406: itemkey,
407: 'APINV_AOI');
408:
409: --Now set the environment
410: fnd_client_info.set_org_context(l_org_id);
411:
412:
413: WF_ENGINE.SetItemAttrText(itemtype,
414: itemkey,

Line 521: fnd_client_info.set_org_context(l_org_id);

517: 'APINV_AIA');
518:
519:
520: --Now set the environment
521: fnd_client_info.set_org_context(l_org_id);
522:
523: SELECT AP_INV_APRVL_HIST_S.nextval
524: INTO l_hist_id
525: FROM dual;

Line 652: fnd_client_info.set_org_context(l_org_id);

648: itemkey,
649: 'APINV_AOI');
650:
651: --Now set the environment
652: fnd_client_info.set_org_context(l_org_id);
653:
654: --see if we have an HR api for this select
655: SELECT supervisor_id, first_name, last_name
656: INTO l_manager_id, l_esc_approver.first_name, l_esc_approver.last_name

Line 773: fnd_client_info.set_org_context(l_org_id);

769: 'APINV_AOI',
770: l_org_id);
771:
772: --Now set the environment
773: fnd_client_info.set_org_context(l_org_id);
774:
775: --set env so will not need to access all table
776: SELECT approval_iteration,
777: vendor_id,