DBA Data[Home] [Help]

APPS.WMA_COMPLETION dependencies on WIP_AUTOSERIALPROC_PRIV

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

1621: -- derive serial for serialized transaction. We can just check p_objectID.
1622: -- If p_objectID is -1, don't need to call deriveSerial. Otherwise call
1623: -- the API below.
1624: if ( p_objectID <> -1 ) then
1625: wip_autoSerialProc_priv.deriveSerial(x_compLots => x_compInfo,
1626: p_orgID => p_orgID,
1627: p_objectID => p_objectID,
1628: p_initMsgList => fnd_api.g_true,
1629: x_returnStatus => x_returnStatus);