DBA Data[Home] [Help]

APPS.FND_OID_BULKLOAD dependencies on FND_API

Line 109: if (x_ret_status = fnd_api.G_RET_STS_SUCCESS) then

105: else
106: fnd_oid_users.hz_create(p_ldap_message => p_ldap_user,
107: x_return_status => x_ret_status);
108:
109: if (x_ret_status = fnd_api.G_RET_STS_SUCCESS) then
110: x_ret_status := G_CREATED;
111: end if;
112: end if;
113: else /* count_user <> 0 */