DBA Data[Home] [Help]

APPS.WMS_PICKING_PKG dependencies on INVTTMTX

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

2886:
2887: -- Check if the period is open
2888: -- TODO: Cache this
2889: IF g_period_id IS NULL THEN
2890: invttmtx.tdatechk(org_id => p_organization_id,
2891: transaction_date => SYSDATE,
2892: period_id => g_period_id,
2893: open_past_period => l_open_past_period);
2894: END IF;