DBA Data[Home] [Help]

APPS.ZX_R11I_TAX_PARTNER_PKG dependencies on ZX_SECURITY

Line 268: zx_security.set_security_context(p_first_party_org_id => l_party_tax_profile_id,

264: /* This error should be: not able to find PTP for the input OU */
265: x_return_status := FND_API.G_RET_STS_ERROR;
266: return;
267: else
268: zx_security.set_security_context(p_first_party_org_id => l_party_tax_profile_id,
269: p_effective_date => SYSDATE,
270: x_return_status => l_return_status);
271: end if;
272: else