DBA Data[Home] [Help]

APPS.WSM_JOBCOPIES_PVT dependencies on WSM_INFINITE_SCHEDULER_PVT

Line 3980: WSM_infinite_scheduler_PVT.schedule

3976:
3977: l_stmt_num := 340;
3978:
3979:
3980: WSM_infinite_scheduler_PVT.schedule
3981: (
3982: p_initMsgList => FND_API.g_true,
3983: p_endDebug => FND_API.g_true,
3984: p_orgID => p_org_id,

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

3995: );
3996:
3997: IF (g_debug = 'Y') THEN
3998: fnd_file.put_line(fnd_file.log, 'WSM_JobCopies_PVT.Create_JobCopies('||l_stmt_num||
3999: '): WSM_infinite_scheduler_PVT.schedule returned '||l_inf_sch_returnStatus);
4000: END IF;
4001:
4002: -- Start : We do not need to error if Inf Sch fails, since dates will be calculated while moving --
4003: IF(l_inf_sch_returnStatus <> FND_API.G_RET_STS_SUCCESS) THEN

Line 4948: WSM_infinite_scheduler_PVT.schedule

4944: l_inf_sch_comp_date := NULL;
4945:
4946: l_stmt_num := 90;
4947:
4948: WSM_infinite_scheduler_PVT.schedule
4949: (
4950: p_initMsgList => FND_API.g_true,
4951: p_endDebug => FND_API.g_true,
4952: p_orgID => l_org_id,

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

4962:
4963:
4964: IF (g_debug = 'Y') THEN
4965: fnd_file.put_line(fnd_file.log, 'WSM_JobCopies_PVT.Create_RepJobCopies('||l_stmt_num||
4966: '): WSM_infinite_scheduler_PVT.schedule returned '||l_inf_sch_returnStatus);
4967: END IF;
4968:
4969: -- Start : We do not need to error if Inf Sch fails, since dates will be calculated while moving --
4970: IF(l_inf_sch_returnStatus <> FND_API.G_RET_STS_SUCCESS) THEN