DBA Data[Home] [Help]

APPS.WIP_MASSLOAD_PUB dependencies on STANDARD

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

390:
391:
392: -- this API is used to create one job for the given interface id. Please note that there should be no
393: -- other records under the same group id as the given interface id. This API will fail that case.
394: -- also, the load type for this record must be create standard or non-std job.
395: procedure createOneJob(p_interfaceID in number,
396: p_validationLevel in number,
397: x_wipEntityID out nocopy number,
398: x_returnStatus out nocopy varchar2,