DBA Data[Home] [Help]

APPS.WIP_RES_USAGE_VALIDATE dependencies on FND_API

Line 67: x_return_status := FND_API.G_RET_STS_ERROR;

63: IF p_group_id IS NULL OR
64: p_wip_entity_id IS NULL OR p_organization_id IS NULL THEN
65: x_err_code := SQLCODE;
66: x_err_msg := 'Error in wipruvdb.pls : Primary key cannot be null!';
67: x_return_status := FND_API.G_RET_STS_ERROR;
68: RETURN;
69: END IF;
70:
71: derive_usages(p_group_id => p_group_id,

Line 111: x_return_status := FND_API.G_RET_STS_ERROR;

107: exception
108: When others then
109: x_err_code := SQLCODE;
110: x_err_msg := 'Error in wiprudfb: '|| SQLERRM;
111: x_return_status := FND_API.G_RET_STS_ERROR;
112: END VALIDATE_USAGE;
113:
114: procedure validate_seq_num(p_group_id in number, p_wip_entity_id in number, p_organization_id in number) is
115: cursor c_invalid_rows is