DBA Data[Home] [Help]

APPS.WMS_CONTAINER_PVT dependencies on INVTTMTX

Line 8217: invttmtx.tdatechk(p_organization_id, SYSDATE, v_acct_period_id, v_open_past_period);

8213: mdebug('orgid=' ||p_organization_id||' lpnid='||p_outermost_lpn_id, G_MESSAGE);
8214: END IF;
8215:
8216: -- get the account period ID
8217: invttmtx.tdatechk(p_organization_id, SYSDATE, v_acct_period_id, v_open_past_period);
8218:
8219: SELECT mtl_material_transactions_s.nextval
8220: INTO l_trx_hdr_id
8221: FROM DUAL;