DBA Data[Home] [Help]

APPS.WMA_CFM dependencies on INVTTMTX

Line 123: invttmtx.tdatechk(

119: errMesg2,
120: errClass2);
121:
122: -- get the accounting period
123: invttmtx.tdatechk(
124: org_id => param.environment.orgID,
125: transaction_date => param.transactionDate,
126: period_id => periodID,
127: open_past_period => openPastPeriod);

Line 347: invttmtx.tdatechk(

343: errMesg2,
344: errClass2);
345:
346: -- get the accounting period
347: invttmtx.tdatechk(
348: org_id => lpnParam.environment.orgID,
349: transaction_date => lpnParam.transactionDate,
350: period_id => periodID,
351: open_past_period => openPastPeriod);