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 399: INVTTMTX.lot_handling(l_transaction_header_id, lot_success );

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