DBA Data[Home] [Help]

APPS.WIP_BFLPROC_PRIV dependencies on WIP_AUTOSERIALPROC_PRIV

Line 3465: wip_autoSerialProc_priv.deriveSerial(x_compLots => x_compInfo,

3461: IF(x_returnStatus = fnd_api.g_ret_sts_unexp_error) THEN
3462: raise fnd_api.g_exc_unexpected_error;
3463: END IF;
3464: -- Derive serial, and lot and serial from genealogy
3465: wip_autoSerialProc_priv.deriveSerial(x_compLots => x_compInfo,
3466: p_orgID => p_orgID,
3467: p_objectID => p_objectID,
3468: p_initMsgList => fnd_api.g_true,
3469: x_returnStatus => x_returnStatus);