DBA Data[Home] [Help]

APPS.WMA_COMPLETION dependencies on WIP_AUTOSERIALPROC_PRIV

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

1630: -- derive serial for serialized transaction. We can just check p_objectID.
1631: -- If p_objectID is -1, don't need to call deriveSerial. Otherwise call
1632: -- the API below.
1633: if ( p_objectID <> -1 ) then
1634: wip_autoSerialProc_priv.deriveSerial(x_compLots => x_compInfo,
1635: p_orgID => p_orgID,
1636: p_objectID => p_objectID,
1637: p_initMsgList => fnd_api.g_true,
1638: x_returnStatus => x_returnStatus);