DBA Data[Home] [Help]

APPS.CSD_WIP_JOB_PVT dependencies on WIP_MASSLOAD_PUB

Line 1060: WIP_MASSLOAD_PUB.createOneJob( p_interfaceID => l_interface_id,--nnadig: bug 9263438

1056: END IF;
1057:
1058:
1059: --This code is change to online create the wipjob without use the concurrent program.
1060: WIP_MASSLOAD_PUB.createOneJob( p_interfaceID => l_interface_id,--nnadig: bug 9263438
1061: p_validationLevel => p_validation_level,
1062: x_wipEntityID => l_wip_entity_id,
1063: x_returnStatus => x_return_status,
1064: x_errorMsg => x_msg_data );

Line 1249: WIP_MASSLOAD_PUB.createOneJob( p_interfaceID => l_interface_id,--nnadig: bug 9263438

1245: END IF;
1246:
1247:
1248: --This code is change to online create the wipjob without use the concurrent program.
1249: WIP_MASSLOAD_PUB.createOneJob( p_interfaceID => l_interface_id,--nnadig: bug 9263438
1250: p_validationLevel => p_validation_level,
1251: x_wipEntityID => l_wip_entity_id,
1252: x_returnStatus => x_return_status,
1253: x_errorMsg => x_msg_data );

Line 2172: 'Just before calling WIP_MASSLOAD_PUB.createOneJob');

2168:
2169: IF ( FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
2170: FND_LOG.STRING( FND_LOG.LEVEL_EVENT,
2171: lc_mod_name||'beforecallcreateonejob',
2172: 'Just before calling WIP_MASSLOAD_PUB.createOneJob');
2173: END IF;
2174:
2175: WIP_MASSLOAD_PUB.createOneJob( p_interfaceID => l_job_header_rec.interface_id,--bug 9263438
2176: p_validationLevel => p_validation_level,

Line 2175: WIP_MASSLOAD_PUB.createOneJob( p_interfaceID => l_job_header_rec.interface_id,--bug 9263438

2171: lc_mod_name||'beforecallcreateonejob',
2172: 'Just before calling WIP_MASSLOAD_PUB.createOneJob');
2173: END IF;
2174:
2175: WIP_MASSLOAD_PUB.createOneJob( p_interfaceID => l_job_header_rec.interface_id,--bug 9263438
2176: p_validationLevel => p_validation_level,
2177: x_wipEntityID => x_wip_entity_id,
2178: x_returnStatus => x_return_status,
2179: x_errorMsg => x_msg_data );

Line 2894: -WIP_MASSLOAD_PUB.createOneJob.

2890: --bug#12316893
2891: /* Delete_Completed_Wip_Records (interface_id)
2892: This procedure deletes records from the WIP_JOB_SCHEDULE_INTERFACE table
2893: that were successfully loaded by the Mass Load Process
2894: -WIP_MASSLOAD_PUB.createOneJob.
2895: This procedure is similar to WIP_MASS_LOAD_PROCESSOR.Delete_Completed_Records
2896: Please check WIP_MASS_LOAD_PROCESSOR.Delete_Completed_Records for
2897: any issue
2898: */