DBA Data[Home] [Help]

APPS.CSP_PARTS_REQUIREMENT dependencies on CSF_TASKS_PUB

Line 4083: if(nvl(CSF_TASKS_PUB.g_reschedule, 'N') = 'Y') then

4079: end if;
4080:
4081: if x_return_status = 'C' then
4082: -- bug # 16028705
4083: if(nvl(CSF_TASKS_PUB.g_reschedule, 'N') = 'Y') then
4084: -- ignore it
4085: x_return_status := FND_API.G_RET_STS_SUCCESS;
4086: else
4087: x_return_status := 'E';