DBA Data[Home] [Help]

APPS.AP_PAYMENT_EVENT_WF_PKG dependencies on FND_CLIENT_INFO

Line 62: fnd_client_info.set_org_context(l_org_id);

58:
59: if l_org_id is not null
60: then
61:
62: fnd_client_info.set_org_context(l_org_id);
63:
64: end if;
65:
66: /* Get Basic Check Info */

Line 308: -- fnd_client_info.set_org_context(l_org_id);

304:
305: --bug6119080, commented the existing code and added the new the code
306: --to properly set the org context.
307:
308: -- fnd_client_info.set_org_context(l_org_id);
309: mo_global.set_policy_context('S',l_org_id);
310:
311: end if;
312: