DBA Data[Home] [Help]

APPS.FND_OID_BULKLOAD dependencies on FND_API

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

79: else
80: fnd_oid_users.hz_create(p_ldap_message => p_ldap_user,
81: x_return_status => x_ret_status);
82:
83: if (x_ret_status = fnd_api.G_RET_STS_SUCCESS) then
84: x_ret_status := G_CREATED;
85: end if;
86: end if;
87: else /* count_user <> 0 */