DBA Data[Home] [Help]

APPS.WMS_PICKING_PKG dependencies on INVTTMTX

Line 2517: invttmtx.tdatechk(org_id => p_organization_id,

2513:
2514: -- Check if the period is open
2515: -- TODO: Cache this
2516: IF g_period_id IS NULL THEN
2517: invttmtx.tdatechk(org_id => p_organization_id,
2518: transaction_date => SYSDATE,
2519: period_id => g_period_id,
2520: open_past_period => l_open_past_period);
2521: END IF;