DBA Data[Home] [Help]

APPS.WMA_COMPLETION dependencies on INVTTMTX

Line 595: invttmtx.tdatechk(

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

Line 838: invttmtx.tdatechk(

834: end if; -- getRevision
835: end if; -- revQtyControlCode = WIP_CONSTANTS.REVISION_CONTROLLED
836:
837: -- get the accounting period
838: invttmtx.tdatechk(
839: org_id => parameters.environment.orgID,
840: transaction_date => sysdate,
841: period_id => periodID,
842: open_past_period => openPastPeriod);