DBA Data[Home] [Help]

APPS.AP_PAYMENT_EVENT_WF_PKG dependencies on FND_CLIENT_INFO

Line 70: fnd_client_info.set_org_context(l_org_id);

66:
67: if l_org_id is not null
68: then
69:
70: fnd_client_info.set_org_context(l_org_id);
71:
72: end if;
73:
74: /* Get Basic Check Info */

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

314:
315: --bug6119080, commented the existing code and added the new the code
316: --to properly set the org context.
317:
318: -- fnd_client_info.set_org_context(l_org_id);
319: mo_global.set_policy_context('S',l_org_id);
320:
321: end if;
322: