DBA Data[Home] [Help]

APPS.ZPB_ERROR_HANDLER dependencies on FND_API

Line 122: if (p_merge_status <> FND_API.G_RET_STS_SUCCESS and

118: begin
119: --
120: -- Only 3 possible statuses, unexp error, error or success:
121: --
122: if (p_merge_status <> FND_API.G_RET_STS_SUCCESS and
123: x_curr_status <> FND_API.G_RET_STS_UNEXP_ERROR) then
124: x_curr_status := p_merge_status;
125: end if;
126:

Line 123: x_curr_status <> FND_API.G_RET_STS_UNEXP_ERROR) then

119: --
120: -- Only 3 possible statuses, unexp error, error or success:
121: --
122: if (p_merge_status <> FND_API.G_RET_STS_SUCCESS and
123: x_curr_status <> FND_API.G_RET_STS_UNEXP_ERROR) then
124: x_curr_status := p_merge_status;
125: end if;
126:
127: end MERGE_STATUS;