DBA Data[Home] [Help]

APPS.WIP_MASSLOAD_PUB dependencies on STANDARD

Line 258: -- also, the load type for this record must be create standard or non-std job.

254:
255:
256: -- this API is used to create one job for the given interface id. Please note that there should be no
257: -- other records under the same group id as the given interface id. This API will fail that case.
258: -- also, the load type for this record must be create standard or non-std job.
259: procedure createOneJob(p_interfaceID in number,
260: p_validationLevel in number,
261: x_wipEntityID out nocopy number,
262: x_returnStatus out nocopy varchar2,