DBA Data[Home] [Help]

APPS.WMA_FLOW dependencies on WMA_UTIL

Line 283: if ( wma_util.getScrapAcctID(param.environment.orgID,

279: elsif ( param.transactionType in (WIP_CONSTANTS.SCRASSY_TYPE,
280: WIP_CONSTANTS.RETSCRA_TYPE) ) then
281: -- for scrap
282: flowRec.transaction_action_id := WIP_CONSTANTS.SCRASSY_ACTION;
283: if ( wma_util.getScrapAcctID(param.environment.orgID,
284: scrapAcctID,
285: errMsg) = false ) then
286: return false;
287: end if;