DBA Data[Home] [Help]

APPS.AP_WEB_UTILITIES_PKG dependencies on FND_CLIENT_INFO

Line 3164: fnd_client_info.set_org_context( l_org_id );

3160: l_org_id := NULL;
3161: END IF;
3162:
3163: IF (l_org_id IS NOT NULL) THEN
3164: fnd_client_info.set_org_context( l_org_id );
3165: END IF;
3166: END ExpenseSetOrgContext;
3167:
3168: -- Bug: 6220330, added a new parameter so that the trigger on ap_invoices_all can use this.