DBA Data[Home] [Help]

APPS.WMS_CONTAINER_PVT dependencies on INVTTMTX

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

8784: mdebug('orgid=' ||p_organization_id||' lpnid='||p_outermost_lpn_id, G_MESSAGE);
8785: END IF;
8786:
8787: -- get the account period ID
8788: invttmtx.tdatechk(p_organization_id, SYSDATE, v_acct_period_id, v_open_past_period);
8789:
8790: SELECT mtl_material_transactions_s.nextval
8791: INTO l_trx_hdr_id
8792: FROM DUAL;