DBA Data[Home] [Help]

APPS.WIP_MASSLOAD_PUB dependencies on STANDARD

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

10: x_errorMsg out nocopy varchar2);
11:
12: -- this API is used to create one job for the given interface id. Please note that there should be no
13: -- other records under the same group id as the given interface id. This API will fail that case.
14: -- also, the load type for this record must be create standard or non-std job.
15: procedure createOneJob(p_interfaceID in number,
16: p_validationLevel in number,
17: x_wipEntityID out nocopy number,
18: x_returnStatus out nocopy varchar2,