DBA Data[Home] [Help]

APPS.INV_PICK_WAVE_PICK_CONFIRM_PUB dependencies on INVTTMTX

Line 188: invttmtx.tdatechk (

184:
185: l_transaction_date := l_mold_tbl(j).transaction_date;
186: l_organization_id := l_mold_tbl(j).organization_id;
187:
188: invttmtx.tdatechk (
189: org_id => l_organization_id,
190: transaction_date => l_transaction_date,
191: period_id => l_period_id,
192: open_past_period =>

Line 320: invttmtx.tdatechk (

316:
317: l_transaction_date := l_mold_tbl(j).transaction_date;
318: l_organization_id := l_mold_tbl(j).organization_id;
319:
320: invttmtx.tdatechk (
321: org_id => l_organization_id,
322: transaction_date => l_transaction_date,
323: period_id => l_period_id,
324: open_past_period => l_open_past_period);

Line 397: INVTTMTX.lot_handling(l_transaction_header_id, lot_success );

393: END IF;
394:
395: -- copy lots form mmtt to lots_temp table
396: lot_success := 'FULL_LOT_PROCESSING' ;
397: INVTTMTX.lot_handling(l_transaction_header_id, lot_success );
398: IF (l_debug = 1) THEN
399: TraceLog('after lot handling', 'Pick_Confirm');
400: END IF;
401: