DBA Data[Home] [Help]

APPS.WMA_CFM dependencies on WMA_UTIL

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

197: elsif ( param.transactionType in (WIP_CONSTANTS.SCRASSY_TYPE,
198: WIP_CONSTANTS.RETSCRA_TYPE) ) then
199: -- for scrap
200: cfmRec.row.transaction_action_id := WIP_CONSTANTS.SCRASSY_ACTION;
201: if ( wma_util.getScrapAcctID(param.environment.orgID,
202: scrapAcctID,
203: errMsg) = false ) then
204: return false;
205: end if;

Line 424: if ( wma_util.getScrapAcctID(lpnParam.environment.orgID,

420: lpnCfmRec.row.primary_quantity := lpnParam.transactionQty * -1;
421: elsif ( lpnParam.transactionType = WIP_CONSTANTS.SCRASSY_TYPE ) then
422: -- for scrap
423: lpnCfmRec.row.transaction_action_id := WIP_CONSTANTS.SCRASSY_ACTION;
424: if ( wma_util.getScrapAcctID(lpnParam.environment.orgID,
425: scrapAcctID,
426: errMsg) = false ) then
427: return false;
428: end if;

Line 435: if ( wma_util.getScrapAcctID(lpnParam.environment.orgID,

431: -- can only distinguish them by type id
432: lpnCfmRec.row.transaction_action_id := WIP_CONSTANTS.SCRASSY_ACTION;
433: lpnCfmRec.row.transaction_quantity := lpnParam.transactionQty * -1;
434: lpnCfmRec.row.primary_quantity := lpnParam.transactionQty * -1;
435: if ( wma_util.getScrapAcctID(lpnParam.environment.orgID,
436: scrapAcctID,
437: errMsg) = false ) then
438: return false;
439: end if;