DBA Data[Home] [Help]

APPS.WSM_JOBCOPIES_PVT dependencies on WSM_INFINITE_SCHEDULER_PVT

Line 3749: WSM_infinite_scheduler_PVT.schedule

3745:
3746: l_stmt_num := 340;
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,

Line 3768: '): WSM_infinite_scheduler_PVT.schedule returned '||l_inf_sch_returnStatus);

3764: );
3765:
3766: IF (g_debug = 'Y') THEN
3767: fnd_file.put_line(fnd_file.log, 'WSM_JobCopies_PVT.Create_JobCopies('||l_stmt_num||
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

Line 4717: WSM_infinite_scheduler_PVT.schedule

4713: l_inf_sch_comp_date := NULL;
4714:
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,

Line 4735: '): WSM_infinite_scheduler_PVT.schedule returned '||l_inf_sch_returnStatus);

4731:
4732:
4733: IF (g_debug = 'Y') THEN
4734: fnd_file.put_line(fnd_file.log, 'WSM_JobCopies_PVT.Create_RepJobCopies('||l_stmt_num||
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