DBA Data[Home] [Help]

APPS.WSM_JOBCOPIES_PVT dependencies on FND_API

Line 3751: p_initMsgList => FND_API.g_true,

3747:
3748:
3749: WSM_infinite_scheduler_PVT.schedule
3750: (
3751: p_initMsgList => FND_API.g_true,
3752: p_endDebug => FND_API.g_true,
3753: p_orgID => p_org_id,
3754: p_wipEntityID => p_wip_entity_id,
3755: p_scheduleMode => nvl(p_inf_sch_mode, l_inf_sch_mode),

Line 3752: p_endDebug => FND_API.g_true,

3748:
3749: WSM_infinite_scheduler_PVT.schedule
3750: (
3751: p_initMsgList => FND_API.g_true,
3752: p_endDebug => FND_API.g_true,
3753: p_orgID => p_org_id,
3754: p_wipEntityID => p_wip_entity_id,
3755: p_scheduleMode => nvl(p_inf_sch_mode, l_inf_sch_mode),
3756: p_startDate => l_inf_sch_start_date,

Line 3772: IF(l_inf_sch_returnStatus <> FND_API.G_RET_STS_SUCCESS) THEN

3768: '): WSM_infinite_scheduler_PVT.schedule returned '||l_inf_sch_returnStatus);
3769: END IF;
3770:
3771: -- Start : We do not need to error if Inf Sch fails, since dates will be calculated while moving --
3772: IF(l_inf_sch_returnStatus <> FND_API.G_RET_STS_SUCCESS) THEN
3773:
3774: fnd_file.put_line(fnd_file.log, 'Warning : Could not infinite schedule the job successfully');
3775: fnd_file.put_line(fnd_file.log, l_err_buf);
3776: x_err_code := -1; --Warning

Line 4719: p_initMsgList => FND_API.g_true,

4715: l_stmt_num := 90;
4716:
4717: WSM_infinite_scheduler_PVT.schedule
4718: (
4719: p_initMsgList => FND_API.g_true,
4720: p_endDebug => FND_API.g_true,
4721: p_orgID => l_org_id,
4722: p_wipEntityID => p_new_wip_entity_id,
4723: p_scheduleMode => nvl(p_inf_sch_mode, l_inf_sch_mode),

Line 4720: p_endDebug => FND_API.g_true,

4716:
4717: WSM_infinite_scheduler_PVT.schedule
4718: (
4719: p_initMsgList => FND_API.g_true,
4720: p_endDebug => FND_API.g_true,
4721: p_orgID => l_org_id,
4722: p_wipEntityID => p_new_wip_entity_id,
4723: p_scheduleMode => nvl(p_inf_sch_mode, l_inf_sch_mode),
4724: p_startDate => l_inf_sch_start_date,

Line 4739: IF(l_inf_sch_returnStatus <> FND_API.G_RET_STS_SUCCESS) THEN

4735: '): WSM_infinite_scheduler_PVT.schedule returned '||l_inf_sch_returnStatus);
4736: END IF;
4737:
4738: -- Start : We do not need to error if Inf Sch fails, since dates will be calculated while moving --
4739: IF(l_inf_sch_returnStatus <> FND_API.G_RET_STS_SUCCESS) THEN
4740: fnd_file.put_line(fnd_file.log, 'Warning : Could not infinite schedule the job successfully');
4741: fnd_file.put_line(fnd_file.log, x_err_buf);
4742: END IF;
4743: x_err_code := 0;

Line 5797: if l_return_status <> FND_API.G_RET_STS_SUCCESS then

5793: x_msg_count =>l_msg_count,
5794: x_msg_data =>l_msg_data
5795: );
5796:
5797: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
5798: x_err_code :=1;
5799: x_err_buf := l_msg_data;
5800: end if;
5801: