DBA Data[Home] [Help]

APPS.PA_OBJECT_RELATIONSHIPS_PKG dependencies on FND_API

Line 219: if p_object_relationship_id is null or p_object_relationship_id = FND_API.G_MISS_NUM then

215: begin
216:
217: x_return_status := 'S';
218:
219: if p_object_relationship_id is null or p_object_relationship_id = FND_API.G_MISS_NUM then
220: if p_object_type_to is null and (p_object_id_to1 is null or p_object_id_to1 = FND_API.G_MISS_NUM) then
221: delete from pa_object_relationships
222: where object_type_from = 'PA_TASKS'
223: and object_id_from1 = p_object_id_from1

Line 220: if p_object_type_to is null and (p_object_id_to1 is null or p_object_id_to1 = FND_API.G_MISS_NUM) then

216:
217: x_return_status := 'S';
218:
219: if p_object_relationship_id is null or p_object_relationship_id = FND_API.G_MISS_NUM then
220: if p_object_type_to is null and (p_object_id_to1 is null or p_object_id_to1 = FND_API.G_MISS_NUM) then
221: delete from pa_object_relationships
222: where object_type_from = 'PA_TASKS'
223: and object_id_from1 = p_object_id_from1
224: and object_id_from2 = p_object_id_from2;