DBA Data[Home] [Help]

APPS.WMA_COMPLETION dependencies on INVTTMTX

Line 590: invttmtx.tdatechk(

586: wip_logger.log('wmapcmpb.derive: about to call tdatechk', l_dummy);
587: end if;
588:
589: -- get the accounting period
590: invttmtx.tdatechk(
591: org_id => parameters.environment.orgID,
592: transaction_date => sysdate,
593: period_id => periodID,
594: open_past_period => openPastPeriod);

Line 833: invttmtx.tdatechk(

829: end if; -- getRevision
830: end if; -- revQtyControlCode = WIP_CONSTANTS.REVISION_CONTROLLED
831:
832: -- get the accounting period
833: invttmtx.tdatechk(
834: org_id => parameters.environment.orgID,
835: transaction_date => sysdate,
836: period_id => periodID,
837: open_past_period => openPastPeriod);