DBA Data[Home] [Help]

APPS.WMA_COMPLETION dependencies on CSTACOSN

Line 91: retValue := CSTACOSN.op_snapshot(i_txn_temp_id => cmpRecord.transaction_interface_id,

87: if(primaryCostMethod in (wip_constants.cost_avg,
88: wip_constants.cost_fifo,
89: wip_constants.cost_lifo)
90: AND parameters.lpnID IS NULL) then
91: retValue := CSTACOSN.op_snapshot(i_txn_temp_id => cmpRecord.transaction_interface_id,
92: err_num => errNum,
93: err_code => errMessage,
94: err_msg => errMessage);
95: if(retValue <> 1) then